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).
Run
npx -y openapi-dynamic-mcp
MCP client config
{
"mcpServers": {
"openapi-dynamic-mcp": {
"command": "npx",
"args": [
"-y",
"openapi-dynamic-mcp"
]
}
}
}