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

Dmontgomery40_deepseek-mcp-server
Espejo dehttps: //github.com/dmontgomery40/deepseek-mcp-server
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.
I find academic articles and books for research and literature reviews.
This GPT assists in finding a top-rated business CPA - local or virtual. We account for their qualifications, experience, testimonials and reviews. Business operators provide a short description of your business, services wanted, and city or state.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Advanced software engineer GPT that excels through nailing the basics.
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Espejo dehttps: //github.com/agentience/practices_mcp_server
Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.
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.