DeepSeek
JSON →Access DeepSeek's advanced language models via the DeepSeek API.
Install
npx -y deepseek-mcp-server Tools · 6
- 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.
Environment variables
DEEPSEEK_MCP_AUTH_TOKENREPLACE_WITH_TOKENDEEPSEEK_API_KEYREPLACE_WITH_DEEPSEEK_KEYDEEPSEEK_BASE_URLMCP_HTTP_HOSTMCP_HTTP_PORT
Links
★ 338 GitHub stars