DeepSeek MCP Server for Windsurf
io.github.dmontgomery40/deepseek
Official DeepSeek MCP server for chat, completion, model listing, and balance endpoints.
client:Windsurf
transport:stdio
runtime:npm
Install DeepSeek MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"deepseek": {
"command": "npx",
"args": [
"-y",
"deepseek-mcp-server"
],
"env": {
"DEEPSEEK_API_KEY": "<DEEPSEEK_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs