specrun for Cursor
io.github.pavelpiha/specrun
MCP server that converts OpenAPI specs into tools which can query API endpoints
client:Cursor
transport:stdio
runtime:npm
Install specrun in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"specrun": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pavelpiha/specrun"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs