MCP server for DeepSeek API integration
Top 98.0% on sourcepulse
This project provides a Model Context Protocol (MCP) server for DeepSeek's advanced language models, enabling seamless integration with MCP-compatible applications like Claude Desktop. It acts as a proxy, allowing users to leverage DeepSeek's powerful AI capabilities while potentially anonymizing their API interactions.
How It Works
The server functions as a bridge, translating requests from MCP-compatible clients into calls to the DeepSeek API. It supports dynamic configuration of model parameters such as temperature, max tokens, and sampling methods. A key feature is its automatic model fallback mechanism, switching to a more general-purpose model if the primary reasoning model is unavailable, and allowing manual model switching via natural language prompts.
Quick Start & Requirements
npm install -g deepseek-mcp-server
or via Smithery: npx -y @smithery/cli install @dmontgomery40/deepseek-mcp-server --client claude
claude_desktop_config.json
, including the DEEPSEEK_API_KEY
.npx @modelcontextprotocol/inspector node ./build/index.js
after building the server with npm run build
.Highlighted Details
deepseek-chat
(v3) if deepseek-reasoner
(R1) is unavailable.Maintenance & Community
The project is maintained by DMontgomery40. No specific community channels or roadmap details are provided in the README.
Licensing & Compatibility
The project is released under the MIT license, permitting commercial use and integration with closed-source applications.
Limitations & Caveats
The server defaults to the R1 model (deepseek-reasoner
) but can be manually switched to deepseek-chat
(v3). The README does not specify any known bugs or unsupported platforms.
1 month ago
Inactive