byanthropics· 237 skills
This skill should be used when the user asks to "build an MCP server", "create an MCP", "make an MCP integration", "wrap an API for Claude", "expose tools to Claude", "make an MCP app", or discusses building something with the Model Context Protocol. It is the entry point for MCP server development — it interrogates the user about their use case, determines the right deployment model (remote HTTP, MCPB, local stdio), picks a tool-design pattern, and hands off to specialized skills.
$npx -y skills add anthropics/claude-plugins-official --skill build-mcp-serverInstalls into the current project.
Run `npx skills use "https://github.com/anthropics/claude-plugins-official" --skill "anthropics/claude-plugins-official/build-mcp-server"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/anthropics/claude-plugins-official" that are relevant to the current task. Run `npx skills add "https://github.com/anthropics/claude-plugins-official"` and select the relevant skills, then follow their instructions.