HomeOther › DeepSeek MCP Server

DeepSeek MCP Server

Official DeepSeek MCP server for chat, completion, model listing, and balance endpoints.

TypeScript
★ 353 stars Last pushed 2026-09-11 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.1)

npx -y deepseek-mcp-server@0.3.1

Or add to your MCP client config:

{
  "mcpServers": {
    "deepseek-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "deepseek-mcp-server@0.3.1"
      ],
      "env": {
        "DEEPSEEK_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • DEEPSEEK_API_KEY required secret — DeepSeek API key used for upstream DeepSeek requests

Related servers

Data from the Official MCP Registry