{"type":"mcp_server","name":"deepseek-mcp-server","description":"The DeepSeek MCP Server enables anonymous use of the DeepSeek API with MCP-compatible applications like Claude Desktop, acting as a proxy and integrating seamlessly with a simple configuration.","category":"AI","language":"JavaScript","stars":349,"forks":12,"owner":"DMontgomery40","github_url":"https://github.com/DMontgomery40/deepseek-mcp-server","homepage":"https://buymeacoffee.com/dmontg","setup":"## Setup\n\n**Installing via Smithery:**\n\n```bash\nnpx -y @smithery/cli install @dmontgomery40/deepseek-mcp-server --client claude\n```\n\n**Manual Installation:**\n```bash\nnpm install -g deepseek-mcp-server\n```\n\n**Usage with Claude Desktop:**\n\nAdd this to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"deepseek\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"deepseek-mcp-server\"\n      ],\n      \"env\": {\n        \"DEEPSEEK_API_KEY\": \"your-api-key\"\n      }\n    }\n  }\n}\n```","tools":"## Available Tools\n\n1.  Seamless integration with MCP-compatible applications like Claude Desktop (allows using DeepSeek's language models).\n2.  *Anonymously* use DeepSeek API (only a proxy is seen on the other side).\n3.  Automatic Model Fallback (if the primary model is down, the server will automatically attempt to use v3).\n4.  Resource discovery (for available models and configurations).\n5.  Custom model selection (allows users to choose specific models).\n6.  Temperature control (adjusts the randomness of the model's output).\n7.  Max tokens limit (sets a limit on the number of tokens in the output).\n8.  Top P sampling (controls the diversity of the model's output).\n9.  Presence penalty (discourages the model from repeating topics).\n10. Frequency penalty (discourages the model from repeating words).\n11. Multi-turn conversation support (maintains message history and context across exchanges).\n12. MCP Inspector testing (allows testing the server locally using the MCP Inspector tool).","faq":null,"created_at":"2025-01-21T17:45:36+00:00","updated_at":"2025-03-28T16:09:21+00:00","source_url":"https://model-context-protocol.com/servers/deepseek-api-proxy-mcp-server","related_articles":[]}