arikusi/deepseek-mcp-server
Overview
An MCP server for DeepSeek AI with support for chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking.
Capabilities
- • stdio transport support
- • network transport options
- • resource handlers
- • prompt templates
- • github integration
- • mcp client integration
Best For
MCP server for DeepSeek AI offering chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking.
Decision Snapshot
Install
available
Usage
available
Docs
8 links
Config
7 strong hints
Capabilities
7 key capabilities detected
- • GitHub stars: 6
- • Forks: 2
- • Source provenance count: 1
- • Last seen: 4/15/2026
- • Published: 3/15/2026
Installation / Setup
npm install -g @arikusi/deepseek-mcp-server
Usage
"Use DeepSeek to explain quantum computing" && "Ask DeepSeek Reasoner to solve: If I have 10 apples and buy 5 more..."
Features
- • **DeepSeek V3.2**: Both models now run DeepSeek-V3.2 (since Sept 2025)
- • **Multi-Turn Sessions**: Conversation context preserved across requests via session_id parameter
- • **Model Fallback & Circuit Breaker**: Automatic fallback between models with circuit breaker protection against cascading failures
- • **MCP Resources**: deepseek://models, deepseek://config, deepseek://usage — query model info, config, and usage stats
- • **Thinking Mode**: Enable thinking on deepseek-chat with thinking: {type: "enabled"}
- • **JSON Output Mode**: Structured JSON responses with json_mode: true
- • **Function Calling**: OpenAI-compatible tool use with up to 128 tool definitions
- • **Cache-Aware Cost Tracking**: Automatic cost calculation with cache hit/miss breakdown
Supported Clients / Integrations
- • stdio transport support
- • network transport options
- • resource handlers
- • prompt templates
- • github integration
- • mcp client integration
- • workflow automation support
Compatibility Signals
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• "Use DeepSeek to explain quantum computing" && "Ask DeepSeek Reasoner to solve: If I have 10 apples and buy 5 more..."
Notes / Requirements
- • Primary language: TypeScript/JavaScript
- • License: MIT
- • Documentation coverage: high
- • Parser coverage score: 1.00
- • Source feeds: Awesome MCP Servers (punkpeye)
- • Topic cluster: general
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
merterbak/Grok-MCP
An MCP server for xAI with agentic tool calling, image/video generation, vision capabilities, file support, and stateful conversations.
n24q02m/better-email-mcp
An IMAP/SMTP email MCP server with App Passwords (no OAuth2). Auto-discovers Gmail, Outlook, Yahoo, iCloud, and includes 5 composite tools: search, read, send, reply, forward. Supports multi-account use.
loglux/whatsapp-mcp-stream
A WhatsApp MCP server over Streamable HTTP with a web admin UI for QR, status, and settings, bidirectional media upload/download, and SQLite persistence.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.