openapi-mcp-generator

chief-builder/openapi-mcp-generator
★ 0 stars TypeScript Security Updated 4d ago
Build MCP Servers given the Open API Specs
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openapi-mcp-generato": {
      "command": "npx",
      "args": [
        "-y",
        "chief-builder/openapi-mcp-generator"
      ]
    }
  }
}

README Excerpt

Generate secure [Model Context Protocol (MCP)](https://modelcontextprotocol.io) servers from OpenAPI 3 JSON specifications. The generated servers are TypeScript projects built on the official `@modelcontextprotocol/sdk`. They expose OpenAPI operations as MCP tools over stateless Streamable HTTP and run as OAuth 2.1 resource servers.

Tools (15)

ALLOWED_ORIGINSHOSTMCP_AUTHORIZATION_SERVERSMCP_ISSUERMCP_JWKS_URIMCP_REQUIRED_SCOPESMCP_RESOURCE_URIPORTPUBLIC_BASE_URLUPSTREAM_API_KEYUPSTREAM_BASE_URLgenericgroupspaypalstripe