Back to Skills

mcp-builder

Anthropic's official guide skill for building high-quality MCP servers that wrap external APIs cleanly.

ArchitectureADVANCEDby Anthropic
Claude CodeClaude DesktopClaude.aimcpintegrationapi

Key Information

Install / Load
/plugin install example-skills@anthropic-agent-skills
View Source & Install Guide

How This Skill Works

Official Anthropic skill that turns the agent into an MCP server author. It encodes the patterns from Anthropic's own MCP work: designing tool surfaces, naming, input schemas, error handling, and testing.

Use it when you want the agent to scaffold or harden a Model Context Protocol server that exposes an external API as agent-callable tools. Pairs naturally with the MCP Inspector for testing. See /docs/understanding-mcp for background.