DeepSeek Subagent MCP Server
DeepSeek Subagent 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
DeepSeek API 密钥:https://platform.deepseek.com
安装与运行
cd deepseek-subagent-mcp-server
npm install
npm start环境变量
变量 | 必填 | 默认值 | 说明 |
| ✅ | — | 你的 DeepSeek API 密钥。 |
|
| 模型。也可设为 | |
|
| 覆盖 API 端点(适用于代理)。 | |
|
| 默认最大输出 token 数。 |
Codex 配置
添加到 Codex 的 MCP 配置中:
{
"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"
}
}
}
}或从本地 checkout 运行:
{
"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 | 最大输出 token 数。默认 8192。 | |
| 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