npm @theyahia/gigachat-mcpstdioMITupdated 5mo ago
MCP-сервер для Sber GigaChat API — чат, эмбеддинги, генерация изображений, подсчёт токенов, баланс, ассистенты, файлы. 8 инструментов.
What can you do with gigachat mcp?
@theyahia/gigachat-mcp
MCP-сервер для Sber GigaChat API — чат, эмбеддинги, генерация изображений, подсчёт токенов, баланс, ассистенты, файлы. 8 инструментов.
Часть серии 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-encodedclient_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
Install
Add gigachat mcp to your client. Pick the one you use.
claude mcp add gigachat-mcp -- npx -y @theyahia/gigachat-mcpcodex mcp add gigachat-mcp -- npx -y @theyahia/gigachat-mcpamp mcp add gigachat-mcp -- npx -y @theyahia/gigachat-mcp{
"mcpServers": {
"gigachat-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/gigachat-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"gigachat-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/gigachat-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"gigachat-mcp","command":"npx","args":["-y","@theyahia/gigachat-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"gigachat-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/gigachat-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"gigachat-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/gigachat-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"gigachat-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/gigachat-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"gigachat-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@theyahia/gigachat-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"gigachat-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@theyahia/gigachat-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @theyahia/gigachat-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance13/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 152 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 3.0.1Latest | May 1, 2026 |
| 1.0.1 | Mar 31, 2026 |