Deepseek_R1 connects Claude Desktop to DeepSeek's R1 language model. It exposes text generation, completion, and chat capabilities. The server integrates with DeepSeek's API to provide access to the R1 model. Developers use it to build AI agents that leverage DeepSeek's advanced language capabilities within the Claude Desktop environment.
Deepseek_R1 connects Claude Desktop to DeepSeek's R1 language model. It exposes text generation, completion, and chat capabilities. The server integrates with DeepSeek's API to provide access to the R1 model. Developers use it to build AI agents that leverage DeepSeek's advanced language capabilities within the Claude Desktop environment.
npx -y deepseek_r1Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"66julienmartin-mcp-server-deepseekr1-github": {
"command": "npx",
"args": [
"-y",
"npx -y deepseek_r1"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Deepseek_R1?"
API Key Required
This server requires an API key from Deepseek_R1. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| DEEPSEEK_R1_API_KEY | Yes | Your Deepseek_R1 API key |
"What resources are available in Deepseek_R1?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Deepseek_R1"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Deepseek_R1 with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.