← Index

io.github.pavelpiha/specrun

io.github.pavelpiha/specrun·v1.4.0·Other
Quality Score
82
/100

MCP server that converts OpenAPI specs into tools which can query API endpoints

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