← Index

io.github.saurav61091/mcp-openapi-runner

io.github.saurav61091/mcp-openapi-runner·v1.0.1·Other
Quality Score
84
/100

Turn any OpenAPI 3.x spec into callable MCP tools for Claude. No custom integration code needed.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-openapi-runner": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-openapi-runner"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-openapi-runner": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-openapi-runner"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-openapi-runner
§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other