Odel
openapi dynamic mcp

openapi dynamic mcp

Local
@mayorandrew1TypeScriptMITUpdated 4mo ago

Load OpenAPI 2.x/3.x specs and expose generic tools to discover and call multiple APIs.

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).

npmopenapi-dynamic-mcpv0.3.3

Run

npx -y openapi-dynamic-mcp

MCP client config

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