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 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

EverArt
modelcontextprotocolModel Context Protocol Servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论