DeepSeek MCP 服务器
MCP Serverby sheshiyer · Added 5mo ago
Claude
4
Install
git clone https://github.com/Sheshiyer/deepseek-mcp-with-MoEAdd to Claude
claude mcp add deepseek-mcpQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"deepseek-mcp": {
"command": "npx",
"args": [
"@modelcontextprotocol/deepseek-mcp"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
DeepSeek MCP 服务器,用于通过 DeepSeek API 进行代码生成和补全。需要通过环境变量 DEEPSEEK_API_KEY 配置 DeepSeek API 密钥。
Tags
developmentmcp-serverapi