Skip to content
Grok

BankMCP™ for Grok

io.github.noskillish/bankmcp

Read-only MCP server for your own bank accounts via Enable Banking. Self-hosted, one user.

client:Grok transport:stdio runtime:npm

Install BankMCP™ in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "bankmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bankmcp"
      ]
    }
  }
}

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

BankMCP™ in other clients