Odel
mcp openapi

mcp openapi

Local
@docat02093TypeScriptMITUpdated 5mo ago

Turn any OpenAPI/Swagger spec into MCP tools. Zero config, zero code.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-openapiv0.2.3

Run

npx -y mcp-openapi

MCP client config

{
  "mcpServers": {
    "mcp-openapi": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-openapi"
      ]
    }
  }
}