Skip to content
Cursor

onlyswaps for Cursor

io.github.nicofains1/onlyswaps

DEX meta-aggregator for AI agents. Best prices from 15+ aggregators across 13 chains.

client:Cursor transport:stdio runtime:npm

Install onlyswaps 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": {
    "onlyswaps": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@onlyswaps/mcp-server"
      ],
      "env": {
        "ONLYSWAPS_API_URL": "<ONLYSWAPS_API_URL>"
      }
    }
  }
}

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

onlyswaps in other clients