MCP Server for Deepseek Integration
About
Integrates Deepseek models with any MCP-compatible client, such as Claude Desktop.
Details
- Author
- vincentf305
- GitHub stars
- 4
- Downloads
- 417
- Categories
- Cloud Service, AI, Other, API
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Server for Deepseek IntegrationCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp server for deepseek integration": {
"mcp-server-deepseek": {
"command": "docker",
"args": [
"build",
"-t",
"mcp_server_deepseek",
"."
]
}
}
}
}
McpServers
{
"mcp-server-deepseek": {
"command": "docker",
"args": [
"build",
"-t",
"mcp_server_deepseek",
"."
]
}
}
This repository contains a Model Control Protocol (MCP) server implementation that allows Claude Desktop to use Deepseek models running in Docker.
- Docker
- Python 3.11 or later
- A Deepseek API key
- Claude Desktop
git clone https://github.com/vincentf305/mcp-server-deepseek.git cd mcp-server-deepseek
Create a.envfile in the root directory of the project and add the following environment variable:
Make sure to replaceyour_api_key_herewith your actual Deepseek API key.
docker run -d \ --name mcp-server-deepseek \ -p 8765:8765 \ -e DEEPSEEK_API_KEY=your_api_key_here \ mcp-server-deepseek
Add the following to your Claude Desktop configuration (claude_desktop_config.json):
{ "mcpServers": { "deepseek-server": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "DEEPSEEK_API_KEY", "mcp_server_deepseek" ], "env": { "DEEPSEEK_API_KEY": "your_api_key_here" } } } }
- Restart Claude Desktop to load the new configuration
- Fork the repository
- Create your feature branch (git checkout -b feature/amazing-feature)
- Commit your changes (git commit -m 'Add some amazing feature')
- Push to the branch (git push origin feature/amazing-feature)
- Create a Pull Request
MIT License - see theLICENSEfile for details
A Model Context Protocol (MCP) server that provides access to multiple Large Language Model (LLM) APIs including ChatGPT, Claude, Gemini, and DeepSeek.
MCP server for xAI Grok API — chat, vision, search, and embeddings (Rust, stdio)
The DataFast MCP server lets MCP-compatible clients such as Codex, Claude Code, and Cursor query your analytics and manage your account through natural language.
Atlas Cloud MCP Server (Image / Video / LLM APIs)
A powerful MCP server for AI image, video, and LLM APIs. Integrate models like Seedance and Nano Banana into your workflow with a simple, unified interface powered by Atlas Cloud.
Competitive intelligence platform with 24 tools — monitor competitor pricing, content, positioning, tech stacks, and how ChatGPT, Claude, and Gemini rank your brand.
Access DeepSeek's advanced language models via the DeepSeek API.
MCP Server for full Easypanel control via Claude Code, Cursor and Claude Desktop.
Free crypto news API + MCP - real-time aggregator for Bitcoin, Ethereum, DeFi, Solana & altcoins. No API key required. RSS/Atom feeds, JSON REST API, historical archive with market context, embeddable widgets, ChatGPT plugin, Claude MCP server, SDKs (Python, TypeScript, Go, React, PHP). AI/LLM ready. Vibe coding friendly. Open source.
Provides access to Google Gemini AI capabilities as tools.
MCP Server for Gemini Image and Audio generation
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





