DeepSeek-Claude MCP Server

by harshj23

44 stars
344 downloads
Not rated
GitHub

About

Integrates DeepSeek's R1 reasoning engine to enhance problem-solving, research assistance, and decision support capabilities.

Details

Author
harshj23
GitHub stars
44
Downloads
344
Categories
Developer Tools, AI, Other, Design, Search, Frontend, Infrastructure, API
Tags
#anthropic

- Integrates DeepSeek R1 reasoning with Claude.
- Supports intricate multi-step reasoning tasks.
- Designed for precision and efficiency in responses.
- Works automatically with Claude Desktop via MCP.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name DeepSeek-Claude MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via Smithery with npx -y @smithery/cli install @HarshJ23/deepseek-claude-MCP-server --client claude or manually by cloning the repository, setting up a Python 3.12+ environment with uv, installing dependencies (mcp[cli] and httpx), obtaining a DeepSeek API key, and configuring the claude_desktop_config.json file. The server runs automatically when used with Claude Desktop. When Claude receives a complex query, it forwards it to DeepSeek R1, which returns structured reasoning inside <ant_thinking> tags, and Claude integrates that reasoning into its final response.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "deepseek-claude mcp server": {
            "deepseek-claude-MCP-server": {
                "command": "npx",
                "args": [
                    "-y",
                    "@smithery/cli",
                    "install",
                    "@HarshJ23/deepseek-claude-MCP-server",
                    "--client",
                    "claude"
                ]
            }
        }
    }
}

McpServers

{
    "deepseek-claude-MCP-server": {
        "command": "npx",
        "args": [
            "-y",
            "@smithery/cli",
            "install",
            "@HarshJ23/deepseek-claude-MCP-server",
            "--client",
            "claude"
        ]
    }
}

Enhance Claude's reasoning capabilitieswith 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.

- Seamlessly integrates DeepSeek R1's reasoning with Claude.
- Supports intricate multi-step reasoning tasks.
- Designed for precision and efficiency in generating thoughtful responses.

To install DeepSeek-Claude for Claude Desktop automatically viaSmithery:

npx -y @smithery/cli install @HarshJ23/deepseek-claude-MCP-server --client claude

- Python 3.12 or higher
- uvpackage manager
- DeepSeek API key (Sign up at
DeepSeek Platform)

git clone https://github.com/harshj23/deepseek-claude-MCP-server.git cd deepseek-claude-MCP-server

- Windows: Run the following in PowerShell:

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
curl -LsSf https://astral.sh/uv/install.sh | sh
Obtain your api key from here : https://platform.deepseek.com/api_keys

Configure MCP ServerEdit theclaude_desktop_config.jsonfile to include the following configuration:

{ "mcpServers": { "deepseek-claude": { "command": "uv", "args": [ "--directory", "C:\\ABSOLUTE\\PATH\\TO\\PARENT\\FOLDER\\deepseek-claude", "run", "server.py" ] } } }

- Restart Claude Desktop.
-

Verify the tools icon is visible in the interface.

If the server isn’t visible, consult thetroubleshooting guide.

The server automatically starts when used with Claude Desktop. Ensure Claude Desktop is configured to detect the MCP server.
- Claude receives a query requiring advanced reasoning.
- The query is forwarded to DeepSeek R1 for processing.
- DeepSeek R1 returns structured reasoning wrapped in<ant_thinking>tags.
- Claude integrates the reasoning into its final response.

This project is licensed under the MIT License. See theLICENSEfile for details.

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

next-devtools-mcp is a MCP server that provides Next.js development tools and utilities for AI coding assistants like Claude and Cursor.

A demonstration server for ActionKit, providing access to Slack actions via Claude Desktop.

An open-source MCP server that integrates with Google's Gemini AI. Requires a Google Gemini API key.

MCP server that lets Claude Code agents delegate tasks to agents in other project directories, with parallel dispatch, sessions, and async jobs.

Universal tool adapter — @tool decorator exports Python functions to OpenAI, Claude, Gemini, MCP, JSON Schema. Audit token costs.

Standing review layer for coding agents: Claude, GPT and Gemini debate each answer and return one recommendation plus the strongest dissent.

Anchor Browser (https://anchorbrowser.io) is secure infrastructure for computer-use agents — stealth cloud browsers, authentication, captcha bypass, and a hosted MCP server for Cursor, Claude, and Windsurf.

A context insertion and search server for Claude Desktop and Cursor IDE, using configurable API endpoints.

Open-source Claude Code plugin replacing Read/Grep/Edit/Bash with token-efficient versions. Independently benchmarked at 57% token reduction on real codebases. 40 MCP tools.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.