T-Bank MCP for Grok
io.github.icyberdeveloper/tbank-mcp
T-Bank (Т-Банк) mobile banking: accounts, cards, transfers, bill pay, grocery, tickets, travel
client:Grok
transport:stdio
runtime:pypi
Install T-Bank MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"tbank-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"tbank-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs