Deepseek R1 MCP サーバー
Deepseek R1言語モデル用のモデルコンテキストプロトコル(MCP)サーバー実装。Deepseek R1は、8192トークンのコンテキストウィンドウを持つ推論タスクに最適化された強力な言語モデルです。
なぜNode.jsなのか?この実装では、MCPサーバーとの最も安定した統合を実現するNode.js/TypeScriptを使用しています。Node.js SDKは、より優れた型安全性、エラー処理、そしてClaude Desktopとの互換性を提供します。
クイックスタート
手動でインストールする
前提条件
- Node.js (v18以上)
- npm
- クロードデスクトップ
- Deepseek APIキー
モデル選択
デフォルトでは、このサーバーはdeepseek-R1モデルを使用します。代わりにDeepSeek-V3を使用する場合は、 src/index.ts
のモデル名を変更してください。
プロジェクト構造
構成
.env
ファイルを作成します。
- Claude Desktop の構成を更新します。
発達
特徴
- Deepseek R1 による高度なテキスト生成 (8192 トークン コンテキスト ウィンドウ)
- 設定可能なパラメータ(max_tokens、温度)
- 詳細なエラーメッセージによる堅牢なエラー処理
- 完全なMCPプロトコルサポート
- クロードデスクトップ統合
- DeepSeek-R1とDeepSeek-V3の両方のモデルをサポート
APIの使用
温度パラメータ
temperature
のデフォルト値は 0.2 です。
Deepseek では、特定の使用例に応じてtemperature
を設定することをお勧めします。
使用事例 | 温度 | 例 |
---|---|---|
コーディング/数学 | 0.0 | コード生成、数学的計算 |
データクリーニング/データ分析 | 1.0 | データ処理タスク |
一般的な会話 | 1.3 | チャットと対話 |
翻訳 | 1.3 | 言語翻訳 |
創作 / 詩 | 1.5 | 物語の執筆、詩の創作 |
エラー処理
サーバーは、一般的な問題に関する詳細なエラー メッセージを提供します。
- API認証エラー
- 無効なパラメータ
- レート制限
- ネットワークの問題
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
ライセンス
マサチューセッツ工科大学
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
Deepseek R1 言語モデル用のモデル コンテキスト プロトコル サーバーの Node.js/TypeScript 実装。大きなコンテキスト ウィンドウを使用した推論タスク用に最適化されており、Claude Desktop と完全に統合されています。
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Model Control Protocol server implementation that allows Claude Desktop to use Deepseek models running in Docker, enabling seamless integration between Claude Desktop and Deepseek's language models.Last updated -4PythonMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that provides DuckDuckGo search functionality for Claude, enabling web search capabilities through a clean tool interface with rate limiting support.Last updated -138652TypeScriptMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enhances Claude in Cursor AI with advanced reasoning capabilities including Monte Carlo Tree Search, Beam Search, R1 Transformer, and Hybrid Reasoning methods.Last updated -813TypeScript
- AsecurityAlicenseAqualityA Model Context Protocol server that enables Claude to perform advanced web research with intelligent search queuing, enhanced content extraction, and deep research capabilities.Last updated -361TypeScriptMIT License