Install
openclaw skills install agentic-atlas-mcp-builderBootstraps 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, scaffold an MCP integration, or add MCP capabilities to an existing project. NOT for: general API design, non-MCP tool building, or frontend tasks.
openclaw skills install agentic-atlas-mcp-builderBootstraps new Model Context Protocol servers from natural language descriptions.
When the user requests an MCP server or tool:
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
mcpServers configUser: "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
Requires: Node.js 18+, TypeScript, @modelcontextprotocol/sdk