Yandex AI Studio MCP Server
Provides tools for interacting with Yandex Cloud AI Studio, including chat and text generation via YandexGPT, image generation via YandexART, speech recognition and synthesis via SpeechKit, embeddings, text classification, search indexes, and AI agent creation and execution.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Yandex AI Studio MCP Servercreate an AI agent for customer support"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Yandex AI Studio MCP Server
Локальный MCP-сервер для работы AI-агентов с Yandex Cloud AI Studio.
Возможности
Категория | Инструменты | API Yandex Cloud |
Чат и генерация |
| YandexGPT Pro/Lite |
Изображения |
| YandexART |
Речь |
| SpeechKit STT/TTS |
Эмбеддинги |
| Embeddings API |
Классификация |
| YandexGPT Classifier |
Поисковые индексы |
| Search Index API |
AI-агенты |
| YandexGPT + Function Calling |
Related MCP server: deepseek-mcp-server
Ключевая фича: создание AI-агентов
Сервер позволяет агенту создавать других AI-агентов для бизнес-задач:
create_agent— создаёт конфигурацию агента (имя, системный промпт, модель, инструменты)run_agent— запускает агента с задачей (многошаговый цикл с function calling)list_agents— показывает всех созданных агентов
Агенты сохраняются в ./agents/ и переиспользуются между сессиями.
Пример: агент поддержки
→ create_agent(name="Support", system_prompt="Ты агент техподдержки...", tools=[...])
→ run_agent(agent_id="Support_abc123", task="Пользователь не может войти в систему")Быстрый старт
1. Установка
cd "D:\MSP Servers\Yandex AI Studio MCP Server"
pip install -r requirements.txt2. Конфигурация
Создайте .env на основе .env.example:
YANDEX_FOLDER_ID=b1gxxxxxxxxxxxxxxxxxxxxxxxxx
YANDEX_API_KEY=AQVNxx...Альтернативно — IAM-токен из yc iam create-token:
YANDEX_FOLDER_ID=b1gxxxxxxxxxxxxxxxxxxxxxxxxx
YANDEX_IAM_TOKEN=t1.9euelZ...3. Подключение к Hermes Agent
Добавьте в ~/.hermes/config.yaml в секцию mcp_servers:
mcp_servers:
yandex-ai-studio:
command: "python"
args: ["D:/MSP Servers/Yandex AI Studio MCP Server/server.py"]
env:
YANDEX_FOLDER_ID: "b1gxxxxxxxxxxxxxxxxxxxxxxxxx"
YANDEX_API_KEY: "AQVNxx..."
timeout: 1204. Проверка
Запустите сервер напрямую (для отладки):
cd "D:\MSP Servers\Yandex AI Studio MCP Server"
python server.pyИли через MCP Inspector:
npx @anthropic-ai/mcp-inspector python "D:/MSP Servers/Yandex AI Studio MCP Server/server.py"Инструменты
Инструмент | Назначение |
| OpenAI-совместимый чат с YandexGPT |
| Простая текстовая генерация |
| Генерация изображений (YandexART) |
| Распознавание речи (SpeechKit STT) |
| Синтез речи (SpeechKit TTS) |
| Векторные эмбеддинги |
| Классификация текста |
| Список доступных моделей |
| Создать AI-агента |
| Запустить AI-агента с задачей |
| Список созданных агентов |
| Создать поисковый индекс |
| Поиск по индексу |
Модели
yandexgpt — основная модель (Pro, 8K контекст)
yandexgpt-lite — лёгкая модель
yandexgpt-32k — расширенный контекст 32K
yandex-art — генерация изображений
Лицензия
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rusnetru/yandex-ai-studio-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server