GigaChat MCP
Local · stdioA community wrapper over the GigaChat REST API (Sber) — no official Sber MCP server exists. 8 tools: chat, text embeddings, token counting, image generation, balance, assistant catalog, file upload. Stdio only; auth via a Base64 client_id:client_secret, with the OAuth token refreshed automatically.
Why this server
- 8 tools: chat, embeddings, image generation, balance, assistants
- The OAuth token refreshes automatically — you only supply a Base64 client_id:client_secret
- Sber has no official GigaChat MCP — this is an independent wrapper over the REST API
- Stdio only — no HTTP mode found in the README or in the compiled code
Usage examples
Prompt: Count tokens in this text and show my remaining balance
Result: The agent called get_token_count on the text, then get_balance, comparing the request cost with the remaining balance.
Prompt: Generate an image of a cat astronaut and list the available models
Result: The agent called generate_image with the prompt, then list_models, returning the image and the list of GigaChat models.
Local server
This MCP runs locally on the user's machine (stdio), so availability isn't tracked — rely on reviews and the rating instead.
Reviews
No reviews yet.