T-Bank MCP for Cursor
io.github.icyberdeveloper/tbank-mcp
T-Bank (Т-Банк) mobile banking: accounts, cards, transfers, bill pay, grocery, tickets, travel
client:Cursor
transport:stdio
runtime:pypi
Install T-Bank MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tbank-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"tbank-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs