MCP Directory
Back

deepseek-mcp-server

by DMontgomery40 · TypeScript · ★ 344

Model Context Protocol server for DeepSeek's advanced language models

#deepseek-api#deepseek-chat#deepseek-r1#deepseek-v3#mcp#model-context-protocol#r1

Install

npx -y github:DMontgomery40/deepseek-mcp-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "deepseek-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:DMontgomery40/deepseek-mcp-server"
      ]
    }
  }
}

From the README

Model Context Protocol server for the current DeepSeek V4 API. As of April 24, 2026, DeepSeek's public API reference documents: - with and - for V4 Pro FIM completion - - This server exposes only those documented API surfaces. It does not ship a V4 monitor, speculative image/video/upload tools, or automatic model substitution. - : DeepSeek V4 chat. Defaults to . Supports , , JSON output, function tools, logprobs, streaming, and conversation memory. - : DeepSeek V4 Pro FIM completion. Defaults to . - : Reads the live DeepSeek model list. - : Reads account balance and availability. - :…
Read full README on GitHub →

Related other servers