mcp-nubank
About
Nubank — Brazilian neobank via Open Finance, accounts, PIX, transfers
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
NUBANK_CLIENT_IDClaude Code
claude mcp add --env NUBANK_CLIENT_ID= mcp-nubank -- npx @codespar/mcp-nubank
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-nubank","command":"npx","args":["@codespar/mcp-nubank"],"env":{"NUBANK_CLIENT_ID":""}}'
JSON
{
"mcpServers": {
"mcp-nubank": {
"command": "npx",
"args": [
"@codespar/mcp-nubank"
],
"env": {
"NUBANK_CLIENT_ID": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.