interbanking for Cursor
io.github.rje1974/interbanking
Saldos y movimientos bancarios de Interbanking (Argentina). Solo lectura.
client:Cursor
transport:stdio
runtime:npm
Install interbanking in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"interbanking": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"interbanking-mcp"
],
"env": {
"IB_CLIENT_ID": "<IB_CLIENT_ID>",
"IB_CLIENT_SECRET": "<IB_CLIENT_SECRET>",
"IB_REDIRECT_URL": "<IB_REDIRECT_URL>",
"IB_CUSTOMER_ID": "<IB_CUSTOMER_ID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs