deepseek for Windsurf
io.github.arikusi/deepseek
MCP server for DeepSeek AI with chat, reasoning, sessions, function calling, and cost tracking
client:Windsurf
transport:stdio
runtime:npm
Install deepseek in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"deepseek": {
"command": "npx",
"args": [
"-y",
"@arikusi/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