mcp-builder
Installation
SKILL.md
MCP Builder Skill
Bootstraps new Model Context Protocol servers from natural language descriptions.
Instructions
When the user requests an MCP server or tool:
- Identify the core functionality from the description
- Determine the appropriate transport (stdio for CLI, SSE for web)
- Scaffold a TypeScript or Python MCP server using the official SDK
- Generate tool definitions from API schemas or describe them manually
- Include a test harness with example invocations
- Provide configuration for Claude Code, Cursor, and OpenCode