Mcp Builder
/install agentic-atlas-mcp-builder
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
Features
- TypeScript (recommended) and Python scaffolding
- Auto-generates tool definitions from API schemas (OpenAPI, JSON Schema)
- STDIO and SSE transport support
- Built-in error handling and validation
- Test harness with mock LLM calls
- Claude Code / Cursor / OpenCode configuration snippets
Architecture
mcp-server/
├── src/
│ ├── index.ts # Server entry point
│ ├── tools.ts # Tool definitions
│ └── handlers.ts # Request handlers
├── package.json
├── tsconfig.json
├── README.md
└── test/
└── harness.ts # Test harness
Output Format
- Project scaffold (all files)
- Tool definitions with descriptions and input schemas
- Configuration snippet for Claude Code's
mcpServersconfig - Test invocation example
Example
User: "Build an MCP server for our internal issue tracker with create, list, and close operations"
→ Generate: TypeScript MCP server with 3 tools, JSON Schema for each, test harness, Claude Code config
Dependencies
Requires: Node.js 18+, TypeScript, @modelcontextprotocol/sdk
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agentic-atlas-mcp-builder - After installation, invoke the skill by name or use
/agentic-atlas-mcp-builder - Provide required inputs per the skill's parameter spec and get structured output
What is Mcp Builder?
Bootstraps new Model Context Protocol (MCP) servers from a natural language description. Use when the user asks to build an MCP server, create an MCP tool, s... It is an AI Agent Skill for Claude Code / OpenClaw, with 171 downloads so far.
How do I install Mcp Builder?
Run "/install agentic-atlas-mcp-builder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mcp Builder free?
Yes, Mcp Builder is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mcp Builder support?
Mcp Builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mcp Builder?
It is built and maintained by Tony Simons (@asimons81); the current version is v1.0.0.