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, scaffold an MCP integration, or add MCP capabilities to an existing project. NOT for: general API design, non-MCP tool building, or frontend tasks.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/asimons81/agentic-atlas-mcp-builderMCP 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
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-asimons81-agentic-atlas-mcp-builder": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
Rock Paper Scissors Lizard Spock
Play the classic Rock Paper Scissors Lizard Spock game (popularized by The Big Bang Theory) with an AI opponent. Includes both decorated terminal and interactive GUI modes with score tracking, statistics, and animations.
xpoz-social-search
Search Twitter, Instagram, and Reddit posts in real time. Find social media mentions, track hashtags, discover influencers, and analyze engagement — 1.5B+ posts indexed. Social listening, brand monitoring, and competitor research made easy for AI agents.
Zerion Api Skill
Skill by abishekdharshan
harmonia
Check PyTorch, Transformers, and CUDA compatibility. Detect GPU, driver mismatches, and version conflicts in ML environments. Use when the user sets up ML/AI tools, installs torch or transformers, hits dependency errors, or asks about compatible versions.
scrapebadger
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API