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認証エラー
- 無効なパラメータ
- レート制限
- ネットワークの問題
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
ライセンス
マサチューセッツ工科大学
You must be authenticated.
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
- AsecurityAlicenseAqualityNode.js server implementing Model Context Protocol that enables interaction with TaskWarrior through natural language to view, filter, add, and complete tasks.Last updated -3131JavaScriptMIT License
- -securityAlicense-qualityA TypeScript implementation of a Model Context Protocol server that provides a frictionless framework for developers to build and deploy AI tools and prompts, focusing on developer experience with zero boilerplate and automatic tool registration.Last updated -6TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that combines DeepSeek R1's reasoning capabilities with Claude 3.5 Sonnet's response generation, enabling two-stage AI processing where DeepSeek's structured reasoning enhances Claude's final outputs.Last updated -2JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that provides DeepL translation capabilities, allowing AI assistants to translate text between supported languages via the DeepL API.Last updated -1JavaScriptMIT License