Skip to content
Claude Desktop

specrun for Claude Desktop

io.github.pavelpiha/specrun

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

client:Claude Desktop transport:stdio runtime:npm

Install specrun in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "specrun": {
      "command": "npx",
      "args": [
        "-y",
        "@pavelpiha/specrun"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

specrun in other clients