Back to Apps

DeepSeek MCP Server
Supports UIby DMontgomery40
Official MCP server for DeepSeek's advanced language models, providing chat, completions, and balance checks.
0 stars
Works in:CodexCursor
Exposes:Tools
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
- 0
Categories
Choose your AI client and follow the steps below.
Codex
codex mcp add deepseek --url https://deepseek-mcp.ragweld.com/mcp --bearer-token-env-var DEEPSEEK_MCP_AUTH_TOKENCursor
Add URL https://deepseek-mcp.ragweld.com/mcp and Authorization header to MCP settingsClaude Desktop
Use npx -y deepseek-mcp-server with DEEPSEEK_API_KEY env var





