# deepseek-ai/awesome-deepseek-integration | Model Context Protocol (MCP) Server > Integrate the DeepSeek API into popular software - **Stars**: ⭐ 37,259 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "awesome-deepseek-integration": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-deepseek-integration" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "awesome-deepseek-integration": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-deepseek-integration" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-awesome-deepseek-integration` - **Docker**: `docker run -i --rm mcp/awesome-deepseek-integration`