MCP Servers / cloud-service / DeepSeek

DeepSeek

JSON →
stdionone338cloud-service

Access DeepSeek's advanced language models via the DeepSeek API.

Install
How to run this server
[ { "cmd": "npx -y deepseek-mcp-server", "imports": [] } ]
server path: deepseek-2
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
envDEEPSEEK_MCP_AUTH_TOKEN
envREPLACE_WITH_TOKEN
envDEEPSEEK_API_KEY
envREPLACE_WITH_DEEPSEEK_KEY
envDEEPSEEK_BASE_URL
envMCP_HTTP_HOST
envMCP_HTTP_PORT
Resources
DeepSeek — MCP Server · libregistry