Skip to content
Cursor

BankMCP™ for Cursor

io.github.noskillish/bankmcp

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

client:Cursor transport:stdio runtime:npm

Install BankMCP™ in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

BankMCP™ in other clients