A Model Context Protocol (MCP) server implementation for the Deepseek R1 language model, providing advanced text generation with 8192 token context window and Claude Desktop integration.
Advanced text generation with Deepseek R1 language model supporting configurable parameters and robust error handling.
{
"mcpServers": {
"deepseek_r1": {
"command": "node",
"args": ["/path/to/deepseek-r1-mcp/build/index.js"],
"env": {
"DEEPSEEK_API_KEY": "your-api-key"
}
}
}
}