by 66julienmartin · MCP Server · ★ 69
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
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. Quick Start Installing manually 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 name in : Project Structure deepseek-r1-mcp/ ├── src/ │ ├── index.ts
| Stars | 69 |
| Forks | 14 |
| Language | JavaScript |
| Category | MCP Server |
| License | MIT |
| Quality Score | 78.1169345461062/100 |
| Last Updated | 2025-07-09 |
| Created | 2025-02-05 |
| Platforms | claude-code, mcp, node |
| Est. Tokens | ~2k |
Explore other popular mcp server tools:
MCP-server-Deepseek_R1 is A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3). It is categorized as a MCP Server with 69 GitHub stars.
MCP-server-Deepseek_R1 is primarily written in JavaScript.
You can find installation instructions and usage details in the MCP-server-Deepseek_R1 GitHub repository at github.com/66julienmartin/MCP-server-Deepseek_R1. The project has 69 stars and 14 forks, indicating an active community.
MCP-server-Deepseek_R1 is released under the MIT license, making it free to use and modify according to the license terms.