Skip to content
Cursor

mcp bcra for Cursor

io.github.codespar/mcp-bcra

BCRA — Argentine Central Bank public data (exchange rates, inflation, reserves)

client:Cursor transport:stdio runtime:npm

Install mcp bcra in Cursor

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

{
  "mcpServers": {
    "mcp-bcra": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-bcra"
      ]
    }
  }
}

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

mcp bcra in other clients