MCP Directory
Back

deepseek-claude-MCP-server

by HarshJ23 · Python · ★ 52

a MCP server which integrates reasoning capabilities of DeepSeek R1 model into claude desktop app.

Install

pip install git+https://github.com/HarshJ23/deepseek-claude-MCP-server.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "deepseek-claude-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/HarshJ23/deepseek-claude-MCP-server.git"
      ]
    }
  }
}

From the README

[](https://smithery.ai/server/@HarshJ23/deepseek-claude-MCP-server) **Enhance Claude's reasoning capabilities** with the integration of DeepSeek R1's advanced reasoning engine. This server enables Claude to tackle complex reasoning tasks by leveraging the reasoning capabilites of deepseek r1 model. To install DeepSeek-Claude for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@HarshJ23/deepseek-claude-MCP-server): - Python 3.12 or higher - package manager - DeepSeek API key (Sign up at [DeepSeek Platform](https://platform.deepseek.com)) 1. **Clone the Repository**…
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 other servers