Back to Browse

Gigachat MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for GigaChat — AI chat, embeddings, image generation (Russia)

About

MCP server for GigaChat — AI chat, embeddings, image generation (Russia)

Security Report

4.8
Use Caution4.8High Risk

This MCP server for GigaChat API is well-structured with proper authentication and reasonable permissions. Authentication is correctly required via GIGACHAT_AUTH_KEY environment variable, tokens are managed securely with automatic refresh, and API calls use appropriate Bearer token authorization. No malicious patterns, credential leaks, or dangerous code execution vulnerabilities were found. Minor code quality observations do not significantly impact the security posture. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

7 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-theyahia-gigachat-mcp": {
      "args": [
        "-y",
        "@theyahia/gigachat-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

@theyahia/gigachat-mcp

MCP-сервер для Sber GigaChat API — чат, эмбеддинги, генерация изображений, подсчёт токенов, баланс, ассистенты, файлы. 8 инструментов.

npm License: MIT

Часть серии Russian API MCP (50 серверов) by @theYahia.

Установка

Claude Desktop

{
  "mcpServers": {
    "gigachat": {
      "command": "npx",
      "args": ["-y", "@theyahia/gigachat-mcp"],
      "env": { "GIGACHAT_AUTH_KEY": "your-auth-key" }
    }
  }
}

Claude Code

claude mcp add gigachat -e GIGACHAT_AUTH_KEY=your-auth-key -- npx -y @theyahia/gigachat-mcp

VS Code / Cursor

{ "servers": { "gigachat": { "command": "npx", "args": ["-y", "@theyahia/gigachat-mcp"], "env": { "GIGACHAT_AUTH_KEY": "your-auth-key" } } } }

Требуется GIGACHAT_AUTH_KEY (Base64-encoded client_id:client_secret). Получите на developers.sber.ru. Токены OAuth обновляются автоматически.

Инструменты (8)

ИнструментОписание
chatГенерация текста через GigaChat с диалогом
list_modelsСписок доступных моделей
embed_textПолучение эмбеддингов текстов
get_token_countПодсчёт токенов для текстов
generate_imageГенерация изображения через GigaChat
get_balanceОстаток токенов/квоты
list_assistantsСписок ассистентов
file_uploadЗагрузка файла для мультимодальной обработки

Демо-промпты

Спроси GigaChat: "Напиши стихотворение о весне"
Покажи список доступных моделей GigaChat
Получи эмбеддинги для текстов ["Привет", "Мир"]
Посчитай токены в тексте "Привет, мир!"
Нарисуй через GigaChat котика в шляпе
Покажи баланс GigaChat
Загрузи файл в GigaChat для анализа

Лицензия

MIT

Reviews

No reviews yet

Be the first to review this server!

Gigachat MCP Server - MCP server for GigaChat — AI chat, embeddings, image | MCP Marketplace