DeepSeek MCP Server for Cursor
io.github.dmontgomery40/deepseek
Official DeepSeek MCP server for chat, completion, model listing, and balance endpoints.
client:Cursor
transport:stdio
runtime:npm
Install DeepSeek MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"deepseek": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"deepseek-mcp-server"
],
"env": {
"DEEPSEEK_API_KEY": "<DEEPSEEK_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs