Skip to content
Cursor

sber mcp for Cursor

io.github.ex3lite/sber-mcp

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

client:Cursor transport:stdio runtime:pypi

Install sber mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sber mcp in other clients