PluginBench
MCP Server
Active
MIT

io.github.ex3lite/sber-mcp MCP Server

io.github.ex3lite/sber-mcp

What is the io.github.ex3lite/sber-mcp MCP server?

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

How to install io.github.ex3lite/sber-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sber-mcp": {
      "command": "uvx",
      "args": [
        "sber-unofficial-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sber-mcp": {
      "command": "uvx",
      "args": [
        "sber-unofficial-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sber-mcp": {
      "command": "uvx",
      "args": [
        "sber-unofficial-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sber-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sber-unofficial-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add sber-mcp -- uvx sber-unofficial-mcp

Related MCP servers

RZD Tickets MCP

Maintained

Read-only MCP server for RZD trains, cars, seats, adjacent pairs and car photos.

0
TypeScript
MIT
View repository →