The DeepSeek MCP server provides a hosted endpoint for chat, completions, models, and balance functionalities. It supports both remote and local installations.
From the registry: MCP server for DeepSeek AI with chat, reasoning, sessions, function calling, and cost tracking
Please install the `deepseek` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **DeepSeek API key** — Get a DeepSeek API key from platform.deepseek.com. (https://platform.deepseek.com)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","deepseek-mcp-server"]
- required environment variables:
- `DEEPSEEK_API_KEY`: DeepSeek API key (example: `<your_deepseek_api_key>`)
Note: Hosted remote endpoint also available at https://deepseek-mcp.ragweld.com/mcp with Authorization: Bearer header.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.DEEPSEEK_MCP_AUTH_TOKENrequiredToken for authorization to access the MCP server.DEEPSEEK_API_KEYrequiredAPI key for local installations.AI Agents Framework with Self Reflection and MCP support