DeepSeek MCP Server
Supports UIby DMontgomery40
Official MCP server for DeepSeek's advanced language models, providing chat, completions, and balance checks.
What it does
This server connects AI agents to DeepSeek's API, enabling them to leverage DeepSeek's powerful LLMs (including R1 and V3) for chat and completions. It supports both local stdio and remote HTTP transports, allowing for flexible deployment.
Tools
- Chat/Completions: Access DeepSeek's advanced reasoning and chat models.
- Balance Check: Monitor API credit usage and balance.
- Model Listing: Retrieve available DeepSeek models.
Installation
Local Install (stdio)
DEEPSEEK_API_KEY="your_key" npx -y deepseek-mcp-server
Claude Desktop Config
{
"mcpServers": {
"deepseek": {
"command": "npx",
"args": ["-y", "deepseek-mcp-server"],
"env": {
"DEEPSEEK_API_KEY": "your_api_key_here"
}
}
}
}
Supported hosts
Confirmed support for Codex, Claude Code, Cursor, and general MCP-compatible clients.
Quick install
DEEPSEEK_API_KEY="your_key" npx -y deepseek-mcp-serverInformation
- Pricing
- free
- Published
- 4/15/2026
- stars






