Deepseek R1 MCP Server
@MCP-Mirror
Deepseek R1 MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"66julienmartin_MCP-server-Deepseek_R1": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@66julienmartin/mcp-server-deepseek_r1",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Deepseek R1 MCP Server?
A Model Context Protocol (MCP) server implementation for the Deepseek R1 language model, optimized for reasoning tasks with an 8192‑token context window. It integrates with Claude Desktop and supports both DeepSeek‑R1 and DeepSeek‑V3 models.
How to use Deepseek R1 MCP Server?
Install via Smithery (npx -y @smithery/cli install @66julienmartin/mcp-server-deepseek_r1 --client claude) or manually by cloning the repository, running npm install, setting up a .env file with your Deepseek API key, then building (npm run build). Configure Claude Desktop to point to the built index.js and set the DEEPSEEK_API_KEY environment variable.
Key features of Deepseek R1 MCP Server
- Advanced text generation with 8192‑token context window.
- Configurable parameters:
max_tokensandtemperature. - Robust error handling with detailed messages.
- Full MCP protocol support.
- Claude Desktop integration.
- Supports both DeepSeek‑R1 and DeepSeek‑V3 models.
Use cases of Deepseek R1 MCP Server
- Code generation and mathematical reasoning.
- Data cleaning and data analysis.
- General conversation and dialogue.
- Language translation.
- Creative writing and poetry.
FAQ from Deepseek R1 MCP Server
Which models are supported?
The server defaults to DeepSeek‑R1 (deepseek-reasoner). You can switch to DeepSeek‑V3 (deepseek-chat) by modifying the model name in src/index.ts.
What are the runtime requirements?
Node.js v18 or higher, npm, Claude Desktop, and a valid Deepseek API key.
How do I configure the API key?
Copy .env.example to .env and add your key as DEEPSEEK_API_KEY=your-api-key-here. Also set this environment variable in the Claude Desktop server configuration.
What does the temperature parameter do?
It controls randomness. Default is 0.2. Recommended values: 0.0 for coding/math, 1.0 for data analysis, 1.3 for general conversation/translation, 1.5 for creative writing.
What error messages can I expect?
The server provides detailed errors for API authentication failures, invalid parameters, rate limiting, and network issues.
「その他」の他のコンテンツ

EverArt
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
コメント