Skip to content
Cursor

mcp belvo for Cursor

io.github.codespar/mcp-belvo

Belvo — Open Finance aggregator for LATAM

client:Cursor transport:stdio runtime:npm

Install mcp belvo 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": {
    "mcp-belvo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-belvo"
      ],
      "env": {
        "BELVO_SECRET_ID": "<BELVO_SECRET_ID>",
        "BELVO_SECRET_PASSWORD": "<BELVO_SECRET_PASSWORD>",
        "BELVO_SANDBOX": "<BELVO_SANDBOX>"
      }
    }
  }
}

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

mcp belvo in other clients