mcp openapi runner for Claude Desktop
io.github.saurav61091/mcp-openapi-runner
Turn any OpenAPI 3.x spec into callable MCP tools for Claude. No custom integration code needed.
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp openapi runner in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-openapi-runner": {
"command": "npx",
"args": [
"-y",
"mcp-openapi-runner"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs