DeepSeek MCP ServerServer

liuchongchong1995
GitHub
MCPDeepSeekAI Integration

Loading subscription status...

💡 Description

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.

📝 JSON Entries

{
  "mcpServers": [
    {
      "deepseek": {
        "env": {
          "DEEPSEEK_API_KEY": "your-api-key"
        },
        "args": [
          "-y",
          "deepseek-mcp-server"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

chat_completionmulti_turn_chat

Features

  • Automatic Model Fallback
  • Multi-turn conversation support
  • Resource discovery for available models and configurations

💬 Example Queries

  • What models are available?
  • What configuration options do I have?
  • What is the current temperature setting?
  • Start a multi-turn conversation. With the following settings: model: 'deepseek-chat', make it not too creative, and allow 8000 tokens.