DeepSeek Subagent MCP Server
DeepSeek Subset MCP Server
MCP-сервер, который позволяет Codex (или любому MCP-клиенту) делегировать подзадачи DeepSeek в качестве субагента.
Один инструмент deepseek_task: передайте ему задачу (+ необязательный контекст) и получите итоговый ответ DeepSeek.
Возможности
🧠 Единственный инструмент
deepseek_task— делегирование независимых задач (исследование/черновик/ревью/рефакторинг/анализ)💰 По умолчанию используется deepseek-v4-flash (экономичный вариант), переключение на
deepseek-v4-proчерез переменную окружения🔍 Отображает
reasoning_content(режим мышления V4) в виде блока<thinking>⚡ Ноль зависимостей, кроме MCP; развёртывание одной строкой через
npx
Related MCP server: deepseek-mcp
Требования
Node.js >= 18
Ключ API DeepSeek: https://platform.deepseek.com
Установка и запуск
cd deepseek-subagent-mcp-server
npm install
npm startПеременные окружения
Переменная | Обязателен | По умолчанию | Описание |
| ✅ | — | Ваш API-ключ DeepSeek. |
|
| Модель. Также | |
|
| Переопределяет конечную точку (для прокси). | |
|
| Максимум выходных токенов по умолчанию. |
Конфигурация Codex
Добавьте в MCP-конфигурацию Codex:
{
"mcpServers": {
"deepseek-subagent": {
"type": "stdio",
"command": "npx",
"args": ["-y", "deepseek-subagent-mcp-server"],
"env": {
"DEEPSEEK_API_KEY": "your-deepseek-api-key",
"DEEPSEEK_MODEL": "deepseek-v4-flash"
}
}
}
}Или запустите из локального клона:
{
"mcpServers": {
"deepseek-subagent": {
"command": "node",
"args": ["D:\\GitHub\\MCP\\deepseek-subagent-mcp-server\\src\\index.js"],
"env": {
"DEEPSEEK_API_KEY": "your-key-here"
}
}
}
}Инструмент: deepseek_task
Параметр | Тип | Обязательно | Описание |
| string | ✅ | Подзадача для DeepSeek. Конкретно укажите, что нужно сделать и формат вывода. |
| string | Необязательный контекстный материал (код, заметки, фрагменты). | |
| string | Необязательный пользовательский системный промпт (по умолчанию — персона субагента). | |
| number | Максимум выходных токенов. По умолчанию | |
| number | 0–2. Если не указано — используется значение по умолчанию модели. |
Пример использования
# Delegate a code review
deepseek_task(task="Review this function for bugs and edge cases", context="<code>...")
# Delegate a research task
deepseek_task(task="Summarize the key risks of a subscription pricing model")Связанные проекты
Лицензия
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseDqualityDmaintenanceAllows seamless integration of DeepSeek's language models with MCP-compatible applications like Claude Desktop, supporting features such as model selection, temperature control, and multi-turn conversations with automatic model fallback.22,1982MIT
- AlicenseAqualityDmaintenanceEnables using DeepSeek models as a small, cheap supervised worker from any MCP-compatible client, providing fast flash and deep reasoning tools for bounded tasks.253MIT
- AlicenseNot gradedqualityBmaintenanceConnects MCP clients to DeepSeek API, including DeepSeek-R1 reasoning with visible chain-of-thought. Provides four tools: generate, chat, reason, and list models.1MIT
- AlicenseNot gradedqualityBmaintenanceEnables dispatching work to DeepSeek Harness agents from Claude Code/Codex, with native progress UI, tier policy, and vision/image generation through MCP tools.0101MIT
Related MCP Connectors
A paid remote MCP for OpenAI Codex agent coordination MCP, built to return verdicts, receipts, usage
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/kira4094/deepseek-subagent-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server