MCP Server for Deepseek Integration
@vincentf305
MCP Server for Deepseek Integration について
MCP Server for deepseek integration in Claude desktop
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-deepseek": {
"command": "docker",
"args": [
"build",
"-t",
"mcp_server_deepseek",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server for Deepseek Integration?
It is a Model Control Protocol (MCP) server implementation that allows Claude Desktop to use Deepseek models running in Docker, designed for users with a Deepseek API key.
How to use MCP Server for Deepseek Integration?
Install the server, set the DEEPSEEK_API_KEY environment variable via a .env file or directly, then run it using Docker (build image, run container) or locally (python -m mcp_server_deepseek.server). Configure Claude Desktop by adding the server’s configuration to its claude_desktop_config.json file and restarting the app.
Key features of MCP Server for Deepseek Integration
- Integrates Deepseek models with Claude Desktop via MCP
- Supports Docker and local execution modes
- Requires only a Deepseek API key for authentication
- Simple configuration through environment variables
- Compatible with Python 3.11 and later
Use cases of MCP Server for Deepseek Integration
- Running Deepseek models through the Claude Desktop interface
- Accessing advanced AI capabilities via the MCP protocol
- Deploying Deepseek in containerized, reproducible environments
FAQ from MCP Server for Deepseek Integration
What is the purpose of this MCP server?
It enables Claude Desktop to use Deepseek models by providing an MCP-compatible interface that communicates with models running in Docker.
How do I set up the Deepseek API key?
Create a .env file with DEEPSEEK_API_KEY=your_api_key_here, or set the environment variable when running the Docker container with the -e DEEPSEEK_API_KEY flag.
Can I run the server without Docker?
Yes, you can run it locally using the command python -m mcp_server_deepseek.server.
What are the system requirements?
You need Docker, Python 3.11 or later, a Deepseek API key, and Claude Desktop installed.
How do I configure Claude Desktop to use this server?
Add the provided JSON configuration block for deepseek-server to your claude_desktop_config.json file, specifying the Docker run command and API key, then restart Claude Desktop.
「その他」の他のコンテンツ
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Servers
modelcontextprotocolModel Context Protocol Servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
コメント