Skip to content
Cursor

adorbis mcp for Cursor

io.github.adorbistech/adorbis-mcp

Adorbis AI MCP server. One key, 40+ models, auto-routed.

client:Cursor transport:stdio runtime:npm

Install adorbis mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "adorbis-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@adorbistech/mcp-server"
      ],
      "env": {
        "ADORBIS_API_KEY": "<ADORBIS_API_KEY>"
      }
    }
  }
}

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

adorbis mcp in other clients