From mcp-development
Designs high-quality MCP servers around workflows, narrow schemas, context-aware outputs, and corrective errors. Use when building or reviewing MCP tools for real agent tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mcp-development:mcp-server-builderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when designing or implementing an MCP server.
Use this skill when designing or implementing an MCP server.
detail or verbose flags when larger payloads are occasionally useful.create_and_publish tool instead of separate create, validate, publish).tool name: stable, verb-noun, describes the workflow step
input schema: typed, narrow, required fields only + optional detail flags
output shape: consistent structure across all tools in the server
failure modes: named error codes + correction hint
limit, page, or summary parameters for large result sets.Bad error: "Error: 404 Not Found"
Good error: "Resource 'project-123' not found. Use list_projects to see available project IDs."
Every error should tell the agent its next valid action.
reference/mcp_best_practices.mdreference/python_mcp_server.mdreference/node_mcp_server.mdreference/evaluation.mdUse the Python and Node references only for the stack you are actually shipping.
scripts/evaluation.py — evaluation scaffoldingscripts/connections.py — connection-oriented examplesUse them as optional helpers, not mandatory runtime requirements.
npx claudepluginhub yeaight7/agent-powerups --plugin mcp-developmentCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.