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