← Index

io.github.arikusi/deepseek

io.github.arikusi/deepseek·v1.7.0·Other
Quality Score
90
/100

MCP server for DeepSeek AI with chat, reasoning, sessions, function calling, and cost tracking

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

DeepSeek API key

DEEPSEEK_API_KEY
requiredsecret

DeepSeek API key (sent as Bearer token)

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