I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

Dmontgomery40_deepseek-mcp-server
Miroir dehttps: //github.com/dmontgomery40/deepseek-mcp-server
3 years
Works with Finder
0
Github Watches
0
Github Forks
0
Github Stars
DeepSeek MCP Server
A Model Context Protocol (MCP) server for the DeepSeek API, allowing seamless integration of DeepSeek's powerful language models with MCP-compatible applications like Claude Desktop.
Installation
npm install -g deepseek-mcp-server
Configuration
-
Get your DeepSeek API key from DeepSeek Platform
-
Set up your environment:
export DEEPSEEK_API_KEY=your-api-key
Or create a
.env
file:DEEPSEEK_API_KEY=your-api-key
Usage with Claude Desktop
Add this to your claude_desktop_config.json
:
{
"mcpServers": {
"deepseek": {
"command": "npx",
"args": [
"-y",
"deepseek-mcp-server"
],
"env": {
"DEEPSEEK_API_KEY": "your-api-key"
}
}
}
}
Features
- Chat completion tool with support for:
- Custom model selection
- Temperature control
- Max tokens limit
- Top P sampling
- Presence penalty
- Frequency penalty
Testing with MCP Inspector
You can test the server locally using the MCP Inspector tool:
-
Build the server:
npm run build
-
Run the server with MCP Inspector:
# Make sure to specify the full path to the built server npx @modelcontextprotocol/inspector node ./build/index.js
The inspector will open in your browser and connect to the server via stdio transport. You can:
- View available tools
- Test chat completions with different parameters
- Debug server responses
- Monitor server performance
Note: The server uses DeepSeek's R1 model (deepseek-reasoner) by default, which provides state-of-the-art performance for reasoning and general tasks.
License
MIT
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
PR Professional: Guiding You to Get Media Placements and Publicity Quickly and Effectively
Advanced software engineer GPT that excels through nailing the basics.
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
Une passerelle API unifiée pour intégrer plusieurs API d'explorateur de blockchain de type étherscan avec la prise en charge du protocole de contexte modèle (MCP) pour les assistants d'IA.
Miroir dehttps: //github.com/bitrefill/bitrefill-mcp-server
Reviews

user_QQ0mXX2D
As a dedicated user of DMontgomery40_deepseek-mcp-server, I can attest to its reliability and efficiency. This server by MCP-Mirror is robust and meets the demands of deep-seek applications seamlessly. Its intuitive interface and performance optimization are exceptional. Highly recommend checking it out at https://github.com/MCP-Mirror/DMontgomery40_deepseek-mcp-server for those looking to enhance their mcp setup.