AI & ML
Trust: 44/100 (Fair)DeepSeek MCP Server Guide
Official DeepSeek MCP server for chat, completion, model listing, and balance endpoints.
302 starsby DMontgomery40
Quick Start
Install
npx deepseek-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-dmontgomery40-deepseek": {
"command": "npx",
"args": [
"deepseek-mcp-server"
]
}
}
}