create-mcp

haomingkoo/create-mcp
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 2d ago
A Claude Code skill for the full MCP development lifecycle, from idea to production-ready server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "create-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "haomingkoo/create-mcp"
      ]
    }
  }
}

README Excerpt

A Claude Code skill for the full MCP development lifecycle. Start with an idea, end with a published server that AI clients can discover, cite, connect to, and use. --- MCP (Model Context Protocol) is an open standard that lets AI clients like Claude, Cursor, and Windsurf call real APIs and data sources. Instead of the AI working only from what it was trained on, it can call your live APIs, query your database, or pull real-time data on demand.