github-to-mcp

nirholas/github-to-mcp
★ 24 stars TypeScript 🤖 AI/LLM Updated 22d ago
Convert GitHub repositories to MCP servers automatically. Extract tools from OpenAPI, GraphQL & REST APIs for Claude Desktop, Cursor, Windsurf, Cline & VS Code. AI-powered code generation creates type-safe TypeScript/Python MCP servers. Zero config setup - just paste a repo URL. Built for AI assistants & LLM tool integration.
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": {
    "github-to-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nirholas/github-to-mcp"
      ]
    }
  }
}

Topics

aiai-toolsanthropicapiautomationclaudecursordeveloper-toolsgithubgraphqlllmmcpmodel-context-protocolopenapipython