MCP-server-Deepseek_R1 MCP Server
kamelirzouni/MCP-server-Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
kamelirzouni/MCP-server-Deepseek_R1 is a JavaScript MCP server licensed under MIT. A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
Ranked #8929 out of 29697 indexed tools.
Ecosystem
Score Breakdown
68 stars → early stage
Last commit 9mo ago → stale
1/2 issues closed → decent issue management
3 contributors → small team
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# Deepseek R1 MCP Server A Model Context Protocol (MCP) server implementation for the Deepseek R1 language model. Deepseek R1 is a powerful language model optimized for reasoning tasks with a context window of 8192 tokens. Why Node.js? This implementation uses Node.js/TypeScript as it provides the most stable integration with MCP servers. The Node.js SDK offers better type safety, error handling, and compatibility with Claude Desktop. <a href="https://glama.ai/mcp/servers/qui5thpyvu"></a> ## Quick Start ### Installing manually ```bash # Clone and install git clone https://github.com/66julienmartin/MCP-server-Deepseek_R1.git cd deepseek-r1-mcp npm install # Set up environment cp .env.example .env # Then add your API key # Build and run npm run build ``` ## Prerequisites - Node.js (v18 or higher) - npm - Claude Desktop - Deepseek API key ## Model Selection By default, this server uses the **deepseek-R1** model. If you want to use **DeepSeek-V3** instead, modify the model nameRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.