Sber MCP

Неофициальный MCP-сервер и async SDK для СберБанк Онлайн: вход, чтение продуктов и операций, перевод между своими продуктами - напрямую, client ↔ Сбербанк . It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-05 · ★ 4 · #98 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Sber MCP

Claude Code

claude mcp add ex3lite-sber-mcp -- uvx sber-unofficial-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ex3lite-sber-mcp": {
      "command": "uvx",
      "args": [
        "sber-unofficial-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-04 - young repo, little track record yet

license MIT - declared in the repository

pypi package sber-unofficial-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.ex3lite is GitHub-verified and matches the repo owner

03 · What Sber MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.6.4 · 2026-08-05

Two packages on PyPI: · pip install sber-unofficial-mcp # MCP server (pulls in the SDK) · pip install sber-unofficial-sdk # just the async SDK · Wheels + sdists for both are attached below. Full docs: see the…

v0.6.3 · 2026-08-04

Two packages on PyPI: · pip install sber-unofficial-mcp # MCP server (pulls in the SDK) · pip install sber-unofficial-sdk # just the async SDK · Wheels + sdists for both are attached below. Full docs: see the…

v0.6.2 · 2026-08-04

Two packages on PyPI: · pip install sber-unofficial-mcp # MCP server (pulls in the SDK) · pip install sber-unofficial-sdk # just the async SDK · Wheels + sdists for both are attached below. Full docs: see the…

04 · Who maintains Sber MCP

sber-mcp is maintained by ex3lite. We track 2 MCP servers from ex3lite - 2 actively maintained, 4 combined GitHub stars, oldest repo from Jul 2026.

05 · Facts

category
finance - ranked #98 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-08-05)
registry
io.github.ex3lite/sber-mcp (active, first published 2026-08-05)
packages
pypi:sber-unofficial-mcp

06 · Sber MCP FAQ

What is Sber MCP?

Неофициальный MCP-сервер и async SDK для СберБанк Онлайн: вход, чтение продуктов и операций, перевод между своими продуктами - напрямую, client ↔ Сбербанк . It runs locally over stdio via the published package.

Is Sber MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-05 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Sber MCP?

Run `uvx sber-unofficial-mcp`. You can also paste the ready-made client config above.

Does Sber MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Sber MCP