DeepSeek-MCP
Provides integration with OpenAI's language models as a provider for delegating AI tasks such as code review, generation, and analysis through the AI Orchestrator's unified provider interface.
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., "@DeepSeek-MCPReview my authentication code for security vulnerabilities"
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.
🤖 AI Orchestrator MCP Server (DeepSeek & Multi-LLM)
Production-ready Model Context Protocol (MCP) Server for delegating tasks from Claude Code to DeepSeek (deepseek-chat & deepseek-reasoner) and future LLM providers (Gemini, OpenAI, Qwen, Local LLMs).
🌟 Key Features
Layered Architecture: Decoupled Tools, Router, Merger, Prompt Library, and Provider Abstraction.
Provider Abstraction: Single unified
AIProviderinterface. Extendable to Gemini, OpenAI, Qwen without modifying tools or Claude Code integration.DeepSeek Integration: Full support for
deepseek-chatand reasoning modeldeepseek-reasoner.Parallel Task Execution: Execute concurrent audits (e.g. Code + SQL + Security + Architecture) simultaneously.
Result Merger Engine: Automatic deduplication, severity prioritization (
CRITICAL->LOW), and unified report generation.External Prompt Library: Markdown prompt templates stored in
prompts/*.md.20 Standalone MCP Tools:
Review & Analysis (14 Tools):
review_codereview_folderreview_projectreview_sqlreview_architecturereview_securityreview_performancewrite_testsgenerate_seedsummarizedocumentationanalyze_repositoryexplain_coderefactor_code
Scaffolding & Code Generation (6 Tools):
generate_codegenerate_filesgenerate_sqlgenerate_testsgenerate_documentationgenerate_project
Related MCP server: mcp-agent-review
🚀 Setup & Configuration
1. Installation
npm install
npm run build2. Configure Environment
Create .env file from .env.example:
DEEPSEEK_API_KEY=your_actual_deepseek_api_key
DEEPSEEK_BASE_URL=https://api.deepseek.com
DEEPSEEK_DEFAULT_CHAT_MODEL=deepseek-chat
DEEPSEEK_DEFAULT_REASONER_MODEL=deepseek-reasoner
DEEPSEEK_REASONING_EFFORT=max
DEFAULT_PROVIDER=deepseek
MAX_PARALLEL_TASKS=5
DEFAULT_TIMEOUT_MS=120000
MAX_RETRIES=3
LOG_LEVEL=info3. Integration with Claude Code (claude_desktop_config.json or Claude Code config)
Add the following to your MCP settings:
{
"mcpServers": {
"ai-orchestrator": {
"command": "node",
"args": ["c:/Users/User/RiderProjects/DeepSeek-MCP/dist/index.js"],
"env": {
"DEEPSEEK_API_KEY": "your_deepseek_api_key_here"
}
}
}
}🛠️ Adding a New Provider (e.g. GeminiProvider)
Create
src/providers/gemini/GeminiProvider.tsimplementingAIProvider.Register the new provider in
src/providers/index.ts.Set
DEFAULT_PROVIDER=geminior specify"provider": "gemini"when invoking MCP tools.
No changes to Claude Code or MCP Tool definitions are required!
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceA multi-model AI orchestration MCP server for automated code review and LLM-powered analysis, integrating with Claude Code and OpenCode to orchestrate multiple AI models for code quality checks, security analysis, and multi-agent consensus.Last updated632MIT
- Alicense-qualityCmaintenanceAn MCP server that provides agentic code review powered by OpenAI-compatible models, designed for use with Claude Code.Last updated1MIT
- Alicense-qualityFmaintenanceSingle MCP server providing over 500 developer tools for Claude Code, covering security, testing, documentation, and more.Last updated333MIT
- AlicenseAqualityCmaintenanceMCP server that lets any agent or MCP host delegate tasks to Claude Code running headless, with tools for review, validation, analysis, and autonomous work.Last updated42652MIT
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
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/Abbas-F-R/DeepSeek-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server