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. 53 installs a week from npm. Last commit 5 Sep 2026.

MCP server for Sberbank API — accounts, statements. Bearer token auth.

Installs per day peak 14 · avg 5 · +358% w/w
a month agotoday
53
Installs / week
npm · @theyahia/sber-mcp
1
Stars
0 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Sber MCP 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 sber-mcp -- npx -y @theyahia/sber-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sber-mcp": {
      "args": [
        "-y",
        "@theyahia/sber-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sber-mcp]
command = "npx"
args = ["-y", "@theyahia/sber-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sber-mcp": {
      "args": [
        "-y",
        "@theyahia/sber-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sber-mcp": {
      "args": [
        "-y",
        "@theyahia/sber-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: API_KEY (API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sber MCP

same job, measured the same way
Monobank
by akutishevsky

MCP server for Monobank API — currency rates, client info, and account statements

43 installs/wk local only
Amocrm MCP
by theyahia

MCP server for amoCRM API — leads, contacts, pipelines. Auth: Bearer token.

68 installs/wk local only
Yandex Webmaster MCP
by theyahia

MCP server for Yandex.Webmaster API — hosts, search queries, indexing status. Bearer token auth.

80 installs/wk local only
Calltouch MCP
by theyahia

MCP server for Calltouch API — call tracking, call statistics. Token auth.

42 installs/wk local only
Uk Parliament Questions Statements
by nick-ma

MCP server for UK Parliament Questions and Statements API

24 installs/wk local only
Vk Ads MCP
by ai-hub-open

MCP server for VK Ads API: campaigns, audiences, budgets, stats. Click.ru, token or OAuth.

74 installs/wk local only
T2000
by mission69b

MCP server for AI agent bank accounts on Sui — 23 tools, 15 prompts, stdio transport

1 156 installs/wk local only
Strava MCP
by r-huijts

MCP server for accessing Strava API

48 installs/wk local only

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 npm package @theyahia/sber-mcp was installed 53 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 @theyahia/sber-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sber MCP?
The npm package @theyahia/sber-mcp was installed 53 times in the last week. Week over week that is +358%. 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 TypeScript and 1 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.