Skip to main content
Glama

DeepSeek-Claude MCP Server

DeepSeek-Claude MCP サーバー

DeepSeek R1の高度な推論エンジンを統合することで、 Claudeの推論能力を強化します。このサーバーにより、ClaudeはDeepSeek R1モデルの推論能力を活用して複雑な推論タスクに取り組むことができます。


🚀 機能

高度な推論機能

  • DeepSeek R1 の推論を Claude とシームレスに統合します。
  • 複雑な複数ステップの推論タスクをサポートします。
  • 思慮深い応答を正確かつ効率的に生成できるように設計されています。

完全なセットアップガイド

Smithery経由でインストール

Smithery経由で Claude Desktop 用の DeepSeek-Claude を自動的にインストールするには:

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

前提条件

  1. リポジトリのクローンを作成する
    git clone https://github.com/harshj23/deepseek-claude-MCP-server.git cd deepseek-claude-MCP-server
  2. UVが設定されていることを確認する
    • Windows : PowerShell で以下を実行します。
      powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
    • Mac : 以下を実行します。
      curl -LsSf https://astral.sh/uv/install.sh | sh
  3. 仮想環境を作成する
    uv venv source .venv/bin/activate
  4. 依存関係をインストールする
    uv add "mcp[cli]" httpx
  5. APIキーの設定
    Obtain your api key from here : https://platform.deepseek.com/api_keys
  6. MCP サーバーを構成するclaude_desktop_config.jsonファイルを編集して、次の構成を含めます。claude\_desktop\_config.json ファイル
    { "mcpServers": { "deepseek-claude": { "command": "uv", "args": [ "--directory", "C:\\ABSOLUTE\\PATH\\TO\\PARENT\\FOLDER\\deepseek-claude", "run", "server.py" ] } } }
  7. サーバーを実行する
    uv run server.py
  8. テストセットアップ
    • Claude Desktop を再起動します。
    • インターフェースにツール アイコンが表示されていることを確認します。 ツールが見えるツール検証
    • サーバーが表示されない場合は、トラブルシューティング ガイドを参照してください。

🛠 使用方法

サーバーの起動

Claude Desktopと併用すると、サーバーは自動的に起動します。Claude DesktopがMCPサーバーを検出するように設定されていることを確認してください。

ワークフローの例

  1. クロードは高度な推論を必要とする質問を受け取ります。
  2. クエリは処理のために DeepSeek R1 に転送されます。
  3. DeepSeek R1 は、 <ant_thinking>タグで囲まれた構造化推論を返します。
  4. クロードはその推論を最終的な回答に統合します。

📄 ライセンス

このプロジェクトはMITライセンスの下で提供されています。詳細はLICENSEファイルをご覧ください。


You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Tools

DeepSeek R1 の高度な推論エンジンを統合し、複雑な複数ステップの推論タスクを正確かつ効率的に実行することで、Claude の推論機能を強化します。

  1. 🚀 機能
    1. 高度な推論機能
  2. 完全なセットアップガイド
    1. Smithery経由でインストール
    2. 前提条件
  3. 🛠 使用方法
    1. サーバーの起動
    2. ワークフローの例
  4. 📄 ライセンス

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Facilitates two-stage reasoning processes using DeepSeek for detailed analysis and supports multiple response models such as Claude 3.5 Sonnet and OpenRouter, maintaining conversation context and enhancing AI-driven interactions.
      Last updated -
      2
      101
      JavaScript
      MIT License
    • A
      security
      F
      license
      A
      quality
      Provides reasoning content to MCP-enabled AI clients by interfacing with Deepseek's API or a local Ollama server, enabling focused reasoning and thought process visualization.
      Last updated -
      1
      54
      24
      JavaScript
    • A
      security
      A
      license
      A
      quality
      A server that enhances Claude's reasoning capabilities by integrating DeepSeek R1's advanced reasoning engine to tackle complex reasoning tasks.
      Last updated -
      1
      Python
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      Enhances Claude's reasoning capabilities by integrating DeepSeek R1's advanced reasoning engine, allowing Claude to tackle complex multi-step reasoning tasks with greater precision.
      Last updated -
      Python
      MIT License
      • Apple

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/HarshJ23/deepseek-claude-MCP-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server