mcpbeat Sign in

Sber MCP Server

local only

Sber MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 108 installs a week from pypi. Last commit 5 Aug 2026.

Unofficial SberBank Online: read accounts and operations, transfer with human approval.

Installs per day peak 49 · avg 18 · -23% w/w
a month agotoday
108
Installs / week
pypi · sber-unofficial-mcp
4
Stars
1 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] sber_unofficial_mcp/__init__.py:1, [пакет] sber_unofficial_mcp/demo.py:1, [пакет] sber_unofficial_mcp/server.py:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command sber_unofficial/__main__.py:197
        result = subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 sber-mcp -- uvx sber-unofficial-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sber-mcp": {
      "args": [
        "sber-unofficial-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sber-mcp]
command = "uvx"
args = ["sber-unofficial-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sber-mcp": {
      "args": [
        "sber-unofficial-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sber-mcp": {
      "args": [
        "sber-unofficial-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Sber MCP

same job, measured the same way
Lunch Money MCP (Unofficial)
by n3wth

Read-only Lunch Money accounts, transactions, categories and budgets. Unofficial connector.

answering
Trackly SMS
by tracklysms

Connect your account, prepare US number registration, and hold SMS for human approval.

answering
MetaTrader 5 MCP Bridge
by vincentwongso

Let an AI agent read and trade a MetaTrader 5 account over MCP, behind a human-approval gate.

283 installs/wk 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
Nevlo
by nevlo

Read bank accounts, balances and transactions from 10,000+ European banks.

answering
BailingHub for Business Operations
by bailinghub

Let AI agents query and operate business systems with authorization, approval and audit trails.

555 installs/wk local only
Synci
by synci

Read-only access to your bank, investment, and crypto accounts: balances, transactions, holdings.

answering
Genie Expense Tracker
by osamaadam

Read-only access to Genie accounts, transactions, investments, and financial summaries.

answering

Sber MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Sber MCP?
Sber MCP 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 pypi package sber-unofficial-mcp was installed 108 times last week.
How do I connect Sber MCP?
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 sber-unofficial-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Sber MCP?
The pypi package sber-unofficial-mcp was installed 108 times in the last week. Week over week that is -23%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sber MCP open source?
Yes — it is published under the MIT licence, written in Python, 4 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.