MCP Openapi Runner runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 26 Mar 2026.
Turn any OpenAPI 3.x spec into callable MCP tools for Claude. No custom integration code needed.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-openapi-runner -- npx -y mcp-openapi-runner
{
"mcpServers": {
"mcp-openapi-runner": {
"args": [
"-y",
"mcp-openapi-runner"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-openapi-runner]
command = "npx"
args = ["-y", "mcp-openapi-runner"]
{
"mcpServers": {
"mcp-openapi-runner": {
"args": [
"-y",
"mcp-openapi-runner"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-openapi-runner": {
"args": [
"-y",
"mcp-openapi-runner"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.