MCP Directory
Back

deepseek-claude-code-worker-mcp

by louchi1984-coder · JavaScript · ★ 95

DeepSeek V4 code worker MCP for Codex Desktop, powered by Claude Code

Install

npx -y github:louchi1984-coder/deepseek-claude-code-worker-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "deepseek-claude-code-worker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:louchi1984-coder/deepseek-claude-code-worker-mcp"
      ]
    }
  }
}

From the README

Languages: [English](README.md) | [简体中文](README.zh-CN.md) Coding-worker MCP for Codex Desktop. Codex plans, delegates, and reviews; DeepSeek V4 does the expensive code reading, editing, and checking through Claude Code. Goal: **save Codex main-thread tokens, not DeepSeek tokens**. For suitable coding tasks, the intended workflow can reduce Codex main-thread token usage by about 40-60%. Current GitHub beta tag: . - Runs real coding work with DeepSeek V4 through Claude Code - Works separately from your normal Claude Code usage - Async worker tools: / / / / - Supports long DeepSeek think…
Read full README on GitHub →

Related other servers