Skip to content
Cursor

mcp api connect for Cursor

io.github.bvenkata/mcp-api-connect

Protocol- & auth-agnostic API connector: SOAP/REST behind any auth, config-driven. Lib/API/MCP.

client:Cursor transport:stdio runtime:pypi

Install mcp api connect in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-api-connect": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-api-connect"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp api connect in other clients