DeepSeek MCP Server for Claude Desktop
io.github.dmontgomery40/deepseek
Official DeepSeek MCP server for chat, completion, model listing, and balance endpoints.
client:Claude Desktop
transport:stdio
runtime:npm
Install DeepSeek MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"deepseek": {
"command": "npx",
"args": [
"-y",
"deepseek-mcp-server"
],
"env": {
"DEEPSEEK_API_KEY": "<DEEPSEEK_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs