DeepSeek-Claude MCP サーバー
DeepSeek R1の高度な推論エンジンを統合することで、 Claudeの推論能力を強化します。このサーバーにより、ClaudeはDeepSeek R1モデルの推論能力を活用して複雑な推論タスクに取り組むことができます。
🚀 機能
高度な推論機能
DeepSeek R1 の推論を Claude とシームレスに統合します。
複雑な複数ステップの推論タスクをサポートします。
思慮深い応答を正確かつ効率的に生成できるように設計されています。
完全なセットアップガイド
Smithery経由でインストール
Smithery経由で Claude Desktop 用の DeepSeek-Claude を自動的にインストールするには:
前提条件
Python 3.12以上
uvパッケージマネージャーDeepSeek APIキー( DeepSeekプラットフォームにサインアップ)
リポジトリのクローンを作成する
git clone https://github.com/harshj23/deepseek-claude-MCP-server.git cd deepseek-claude-MCP-serverUVが設定されていることを確認する
Windows : PowerShell で以下を実行します。
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Mac : 以下を実行します。
curl -LsSf https://astral.sh/uv/install.sh | sh
仮想環境を作成する
uv venv source .venv/bin/activate依存関係をインストールする
uv add "mcp[cli]" httpxAPIキーの設定
Obtain your api key from here : https://platform.deepseek.com/api_keysMCP サーバーを構成する
claude_desktop_config.jsonファイルを編集して、次の構成を含めます。
{ "mcpServers": { "deepseek-claude": { "command": "uv", "args": [ "--directory", "C:\\ABSOLUTE\\PATH\\TO\\PARENT\\FOLDER\\deepseek-claude", "run", "server.py" ] } } }サーバーを実行する
uv run server.pyテストセットアップ
Claude Desktop を再起動します。
インターフェースにツール アイコンが表示されていることを確認します。


サーバーが表示されない場合は、トラブルシューティング ガイドを参照してください。
🛠 使用方法
サーバーの起動
Claude Desktopと併用すると、サーバーは自動的に起動します。Claude DesktopがMCPサーバーを検出するように設定されていることを確認してください。
ワークフローの例
クロードは高度な推論を必要とする質問を受け取ります。
クエリは処理のために DeepSeek R1 に転送されます。
DeepSeek R1 は、
<ant_thinking>タグで囲まれた構造化推論を返します。クロードはその推論を最終的な回答に統合します。
📄 ライセンス
このプロジェクトはMITライセンスの下で提供されています。詳細はLICENSEファイルをご覧ください。
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
DeepSeek R1 の高度な推論エンジンを統合し、複雑な複数ステップの推論タスクを正確かつ効率的に実行することで、Claude の推論機能を強化します。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityFacilitates 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 -110MIT License
- Asecurity-licenseAqualityA Node.js/TypeScript implementation of a Model Context Protocol server for the Deepseek R1 language model, optimized for reasoning tasks with a large context window and fully integrated with Claude Desktop.Last updated -65MIT License
- -security-license-qualityEnables integration and control of DeepSeek and Claude AI models through RESTful APIs, supporting seamless AI model operations with configurable parameters and robust error handling.Last updated -133
- Asecurity-licenseAqualityA server that enhances Claude's reasoning capabilities by integrating DeepSeek R1's advanced reasoning engine to tackle complex reasoning tasks.Last updated -11MIT License