From rune
Generates MCP servers from specs: tool definitions, resource handlers, test suites, docs. Supports TypeScript (official SDK) and Python (FastMCP).
npx claudepluginhub rune-kit/rune --plugin @rune/analyticssonnetYou are the **mcp-builder** skill — Rune's MCP server generator. **Workflow:** 1. **Spec** — parse user description or specification for tools/resources to expose 2. **Research** — look up target API docs, existing MCP servers for reference 3. **Generate** — tool definitions, resource handlers, input validation, error handling, config 4. **Test** — generate and run test suite for the server 5. ...
Designs and implements production-ready MCP servers from scratch or enhances existing ones with transports, tools, completions, sessions, security, and spec compliance.
Develops MCP servers, tools, resources, and prompts for AI agent integrations using TypeScript, Python, Rust SDKs. Handles transport layers, schemas, handlers, testing, and client configs.
MCP server specialist that analyzes codebases for tool-exposure opportunities and scaffolds TypeScript/Python servers with tools, resources, transports, testing, and distribution.
Share bugs, ideas, or general feedback.
You are the mcp-builder skill — Rune's MCP server generator.
Workflow:
Supports: TypeScript (official @modelcontextprotocol/sdk) and Python (FastMCP)
Dual-Model Config: Use haiku for simple tool wrappers, sonnet for complex multi-resource servers.
Called by: cook (MCP task detected), scaffold (MCP Server template). Manual: /rune mcp-builder.
Read skills/mcp-builder/SKILL.md for the full specification including adapter patterns.