MCP-Server-Generator

Altaf-SuperCool/MCP-Server-Generator
★ 0 stars TypeScript ⚙️ DevOps Updated today
Building MCP servers from scratch requires understanding protocol internals, setting up boilerplate, handling JSON-RPC messaging, and configuring transports. This is repetitive and time-consuming for teams wanting to expose existing APIs or data sources to AI applications.
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": {
    "mcp-server-generator": {
      "command": "npx",
      "args": [
        "-y",
        "Altaf-SuperCool/MCP-Server-Generator"
      ]
    }
  }
}

README Excerpt

# MCP Server Generator > An intelligent CLI tool that generates production-ready Model Context Protocol (MCP) servers from API specifications using IBM Bob AI. Production ready — Day 3 complete. `MCP Server Generator` converts API specifications into fully working MCP servers in TypeScript or Python. It supports OpenAPI, GraphQL, and REST inputs and generates production-ready output with authentication, validation, tests, Docker, and Kubernetes support.

Tools (2)

Pydanticaxios