← Index

DeepSeek MCP Server

io.github.DMontgomery40/deepseek·v0.3.1·Other
Quality Score
87
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "deepseek": {
      "command": "npx",
      "args": [
        "-y",
        "deepseek-mcp-server"
      ],
      "env": {
        "DEEPSEEK_API_KEY": "<your-deepseek_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "deepseek": {
      "command": "npx",
      "args": [
        "-y",
        "deepseek-mcp-server"
      ],
      "env": {
        "DEEPSEEK_API_KEY": "<your-deepseek_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y deepseek-mcp-server
§02  Environment variables
DEEPSEEK_API_KEY
requiredsecret

DeepSeek API key used for upstream DeepSeek requests

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other