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ファイルをご覧ください。
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
DeepSeek R1 の高度な推論エンジンを統合することで Claude の推論能力が強化され、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-licenseAqualityEnhances Claude's reasoning capabilities by integrating DeepSeek R1's advanced reasoning engine for intricate multi-step reasoning tasks with precision and efficiency.Last updated -150MIT License
- -security-license-qualityThis server integrates DeepSeek and Claude AI models to provide enhanced AI responses, featuring a RESTful API, configurable parameters, and robust error handling.
- -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
Appeared in Searches
- Slow thinking, distributed thinking, and reasoning abilities research
- AI Prompting Techniques and Reasoning Methods
- A system for enhanced thinking processes and task management
- A server for finding information about step-by-step thinking and slow thinking methodologies
- A server for finding resources about deep thinking and critical thinking skills