DeepSeek MCP ServerServer

DMontgomery40
GitHub
Language ProcessingAI IntegrationMCP

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server designed for the DeepSeek API, facilitating 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

  • Intelligent processing of natural language requests
  • Multi-turn conversation support
  • Automatic model fallback
  • Custom model selection and parameter control

💬 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', not too creative and allow 8000 tokens.