sber mcp for VS Code
io.github.ex3lite/sber-mcp
Unofficial SberBank Online: read accounts and operations, transfer with human approval.
client:VS Code
transport:stdio
runtime:pypi
Install sber mcp in VS Code
.vscode/mcp.json
{
"servers": {
"sber-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sber-unofficial-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs