MCP Directory
Back

MCP-server-Deepseek_R1

by kamelirzouni · JavaScript · ★ 70

A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)

Install

npx -y github:kamelirzouni/MCP-server-Deepseek_R1

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-deepseek-r1": {
      "command": "npx",
      "args": [
        "-y",
        "github:kamelirzouni/MCP-server-Deepseek_R1"
      ]
    }
  }
}

From the README

[](https://mseep.ai/app/66julienmartin-mcp-server-deepseek-r1) 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. - Node.js (v18 or higher) - npm - Claude Desktop - Deepseek API key By default, this server uses the **deepseek-R1** mo…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers