Build a Model Context Protocol (MCP) server so an AI client can call your tools/resources: design tool schemas, pick a transport, handle errors, and test it. For exposing an API, database, or service to Claude and other clients. Trigger phrases: "MCP server", "build an MCP", "model context protocol", "expose tools to Claude", "MCP tool"
$npx -y skills add byerlikaya/claude-starter-kit --skill mcp-builderInstalls into the current project.
Run `npx skills use "https://github.com/byerlikaya/claude-starter-kit" --skill "byerlikaya/claude-starter-kit/mcp-builder"` 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/byerlikaya/claude-starter-kit" that are relevant to the current task. Run `npx skills add "https://github.com/byerlikaya/claude-starter-kit"` and select the relevant skills, then follow their instructions.