DeepSeek Subagent Server
БесплатноПоддерживаетсяLets MCP clients like Codex delegate independent sub-tasks to DeepSeek as a sub-agent via a single tool, with optional context, custom system prompts, and confi
Описание
Lets MCP clients like Codex delegate independent sub-tasks to DeepSeek as a sub-agent via a single tool, with optional context, custom system prompts, and configurable model/temperature settings.
README
MCP server that lets Codex (or any MCP client) delegate sub-tasks to DeepSeek as a sub-agent.
Single tool deepseek_task: give it a task (+ optional context), get back DeepSeek's final answer.
Features
- 🧠 Single tool
deepseek_task— delegate independent work (research/draft/review/refactor/analysis) - 💰 Defaults to deepseek-v4-flash (cost-effective), switch to
deepseek-v4-provia env - 🔍 Surfaces
reasoning_content(V4 thinking mode) as a<thinking>block - ⚡ Zero non-MCP dependencies, one-line
npxdeploy
Requirements
- Node.js >= 18
- A DeepSeek API key: https://platform.deepseek.com
Install & run
cd deepseek-subagent-mcp-server
npm install
npm start
Environment variables
| Variable | Required | Default | Description |
|---|---|---|---|
DEEPSEEK_API_KEY |
✅ | — | Your DeepSeek API key. |
DEEPSEEK_MODEL |
deepseek-v4-flash |
Model. Also deepseek-v4-pro. |
|
DEEPSEEK_BASE_URL |
https://api.deepseek.com |
Override endpoint (for proxies). | |
DEEPSEEK_MAX_TOKENS |
8192 |
Default max output tokens. |
Codex config
Add to Codex's MCP configuration:
{
"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"
}
}
}
}
Or run from a local checkout:
{
"mcpServers": {
"deepseek-subagent": {
"command": "node",
"args": ["D:\\GitHub\\MCP\\deepseek-subagent-mcp-server\\src\\index.js"],
"env": {
"DEEPSEEK_API_KEY": "your-key-here"
}
}
}
}
Tool: deepseek_task
| Parameter | Type | Required | Description |
|---|---|---|---|
task |
string | ✅ | The sub-task for DeepSeek. Be specific about what to do and output format. |
context |
string | Optional context material (code, notes, snippets). | |
system |
string | Optional custom system prompt (defaults to a subagent persona). | |
max_tokens |
number | Max output tokens. Default 8192. | |
temperature |
number | 0-2. Omit to use model default. |
Example usage
# 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")
Related projects
- minimax-vision-mcp-server
- kimi-vision-mcp-server
- doubao-vision-mcp-server
- glm-vision-mcp-server
- qwen-vision-mcp-server
License
MIT
Установить DeepSeek Subagent Server в Claude Desktop, Claude Code, Cursor
unyly install deepseek-subagent-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add deepseek-subagent-mcp-server --env DEEPSEEK_API_KEY="" --env DEEPSEEK_MODEL="" -- npx -y deepseek-subagent-mcp-serverПошаговые гайды: как установить DeepSeek Subagent Server
FAQ
DeepSeek Subagent Server MCP бесплатный?
Да, DeepSeek Subagent Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для DeepSeek Subagent Server?
Да, требуются переменные окружения: DEEPSEEK_API_KEY, DEEPSEEK_MODEL. Unyly подставит их в конфиг при установке.
DeepSeek Subagent Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить DeepSeek Subagent Server в Claude Desktop, Claude Code или Cursor?
Открой DeepSeek Subagent Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare DeepSeek Subagent Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
