# esengine/DeepSeek-Reasonix | Model Context Protocol (MCP) Server > DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running. - **Stars**: ⭐ 34,242 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "DeepSeek-Reasonix": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-DeepSeek-Reasonix" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "DeepSeek-Reasonix": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-DeepSeek-Reasonix" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-DeepSeek-Reasonix` - **Docker**: `docker run -i --rm mcp/DeepSeek-Reasonix`