← Back to DeepSeek MCP Server
Install DeepSeek MCP Server
Pick your client, copy the command, done.
1
Add it to Claude Code
claude mcp add --transport http -H "Authorization: Bearer ${DEEPSEEK_API_KEY}" deepseek-mcp-server https://deepseek-mcp.tahirl.com/mcpRequired:
DEEPSEEK_API_KEY+ 2 optionalEnvironment Variables
Set these before running DeepSeek MCP Server.
VariableDescriptionRequired
DEEPSEEK_API_KEYAPI key for authenticating with DeepSeek servicesYesENABLE_MULTIMODALEnable support for image input processingNoTRANSPORTSet to http for self-hosted remote accessNoAvailable Tools (1)
Once configured, DeepSeek MCP Server gives your AI agent access to:
deepseek_sessionsManage conversation sessions including listing, deleting, and clearing history.actionsession_idTry It Out
After setup, try these prompts with your AI agent:
→Use DeepSeek to analyze this code snippet and suggest optimizations.
→Start a new reasoning session with DeepSeek to solve this complex logic problem.
→List my current DeepSeek conversation sessions and clear the old ones.
→Enable thinking mode and explain the step-by-step reasoning for this query.
Prerequisites & system requirements
- An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
- Node.js 18+ with npm/npx installed
DEEPSEEK_API_KEY— API key for authenticating with DeepSeek services
Alternative installation methods
Local (Claude Code)
claude mcp add -s user deepseek npx @arikusi/deepseek-mcp-server -e DEEPSEEK_API_KEY=your-key-hereLocal (Gemini CLI)
gemini mcp add deepseek npx @arikusi/deepseek-mcp-server -e DEEPSEEK_API_KEY=your-key-hereKeep this setup from going cold
Save the docs, env vars, and workflow around DeepSeek MCP Server in Conare so Claude Code, Codex, and Cursor remember it next time.