mcpbeat Sign in

BankMCP™ MCP Server

by noskillish Your server? Claim it
local only

BankMCP™ runs on your own machine — the client starts it, so there is no endpoint to ping. 735 installs a week from npm. Last commit 17 Sep 2026.

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

Installs per day peak 70 · avg 3
a month agotoday
735
Installs / week
npm · bankmcp
235
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check BankMCP™ every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bankmcp -- npx -y bankmcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bankmcp": {
      "args": [
        "-y",
        "bankmcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bankmcp]
command = "npx"
args = ["-y", "bankmcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bankmcp": {
      "args": [
        "-y",
        "bankmcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bankmcp": {
      "args": [
        "-y",
        "bankmcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to BankMCP™

same job, measured the same way
Personal Finance MCP
by josuem1109

Self-hosted, read-only MCP server that connects your banks and investments via Plaid.

local only
Bamboo MCP Server
by hmdmph

Read-only MCP server for self-hosted Atlassian Bamboo CI/CD

local only
Open Banking (open-banking.io)
by open-banking-io

Read-only MCP server for the open-banking.io PSD2 bank API — accounts, balances, transactions.

local only
MCP for Oura
by smirnov

Multi-tenant hosted MCP server for Oura Ring — 21 read-only tools, OAuth per user.

answering
Myco Brain
by thegoodguysla

Self-hosted, source-traceable memory layer and MCP server for AI agents, on your own Postgres.

66 installs/wk local only
DB Conn MCP
by idle-sync

A dead-simple, self-hosted MCP server for securely querying databases via AI agents.

430 installs/wk local only
Tally MCP
by usualaccountant

AI for Tally Prime and Tally ERP 9. Hosted MCP server to ask your accounts in any language.

answering
MCP Midaz
by codespar

MCP server for Midaz by Lerian — self-hosted double-entry ledger: accounts, balances, transactions

17 installs/wk local only

BankMCP™ — questions

Answers built from our own checks of this server.

Why is there no uptime for BankMCP™?
BankMCP™ runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package bankmcp was installed 735 times last week.
How do I connect BankMCP™?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls bankmcp straight from npm; nothing to host, nothing to sign up for.
How many people use BankMCP™?
The npm package bankmcp was installed 735 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is BankMCP™ open source?
Yes — it is published under the MIT licence, written in TypeScript and 235 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.