Back to Agent Skills
Development & Testing Featured
MCP Builder
by Anthropic 161k GitHub stars
Guide the creation of Model Context Protocol servers to connect APIs and tools to AI agents.
#mcp#integration#servers#official
Claude Code Codex
Overview
MCP Builder is Anthropic's official skill for scaffolding Model Context Protocol servers, guiding the design and implementation of servers that expose APIs and tools to agents. It's the standard starting point for wiring new integrations into the MCP ecosystem.
What it is good for
- Scaffolding a new MCP server
- Exposing an API as agent tools
- Designing MCP tool schemas
- Testing an MCP integration
Install
Install in Claude Code
# Add the marketplace, then install the skill in Claude Code:
/plugin marketplace add anthropics/skills
/plugin install mcp-builder
# Or install manually into ~/.claude/skills:
git clone https://github.com/anthropics/skills.git
cp -r skills/mcp-builder ~/.claude/skills/mcp-builder Explore AI Tools
Discover the best AI tools that complement your skills
Read AI & Design Articles
Tips and trends in the world of design and AI
Related Skills
Development & Testing
Superpowers
A core skills library of 20+ battle-tested, composable tools and workflows for everyday agent development tasks.
Claude Code Codex
Development & Testing Vercel React Best Practices
React and Next.js performance guidelines from Vercel Engineering — data fetching, bundle optimization, and rendering patterns.
Claude Code Codex
Development & Testing Claude API Reference
Reference for the Claude API and Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, caching, and tokens.
Claude Code Codex