Official DeepSeek MCP server for chat, completion, model listing, and balance endpoints.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by DeepSeek MCP Server.
chat_completionDeepSeek V4 chat. Defaults to `deepseek-v4-flash`. Supports `thinking: { "type": "enabled" | "disabled" }`, `reasoning_effort: "high" | "max"`, JSON output, function tools, logprobs, streaming, and conversation memory.
completionDeepSeek V4 Pro FIM completion. Defaults to `deepseek-v4-pro`.
list_modelsReads the live DeepSeek model list.
get_user_balanceReads account balance and availability.
reset_conversationClears an in-memory conversation.
list_conversationsLists in-memory conversation IDs.
Model Context Protocol server for the current DeepSeek V4 API.
As of April 24, 2026, DeepSeek's public API reference documents:
POST /chat/completions with deepseek-v4-flash and deepseek-v4-proPOST /beta/completions for V4 Pro FIM completionGET /modelsGET /user/balanceThis server exposes only those documented API surfaces. It does not ship a V4 monitor, speculative image/video/upload tools, or automatic model substitution.
chat_completion: DeepSeek V4 chat. Defaults to deepseek-v4-flash. Supports thinking: { "type": "enabled" | "disabled" }, reasoning_effort: "high" | "max", JSON output, function tools, logprobs, streaming, and conversation memory.completion: DeepSeek V4 Pro FIM completion. Defaults to deepseek-v4-pro.list_models: Reads the live DeepSeek model list.get_user_balance: Reads account balance and availability.reset_conversation: Clears an in-memory conversation.list_conversations: Lists in-memory conversation IDs.https://deepseek-mcp.ragweld.com/mcpAuthorization: Bearer <token>Codex CLI:
Claude Code:
Cursor:
Docker:
Required:
Optional:
The live smoke test performs real DeepSeek requests for model listing, balance, non-thinking chat, thinking streaming chat with reasoning_content, FIM completion, and MCP tool calls.
io.github.DMontgomery40/deepseekdeepseek-mcp-serverdocker.io/dmontgomery40/deepseek-mcp-server:0.5.0MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/deepseek-mcp-server)<a href="https://allmcps.com/mcp/deepseek-mcp-server"><img src="https://allmcps.com/api/badge/deepseek-mcp-server?style=directory" alt="DeepSeek MCP Server on AllMCPs" /></a>