π
DeepSeek MCP
AI Providersβ’β 1,400
Access DeepSeek models for code generation, Chinese language tasks, and reasoning.
Claude DesktopCursorWindsurf
Overview
Access DeepSeek models for code generation, Chinese language tasks, and reasoning.
Setup
Run with npx:
npx -y @modelcontextprotocol/server-deepseekConfiguration
DEEPSEEK_API_KEY environment variableDocumentation
DeepSeek MCP (Enhanced)
Overview
DeepSeek MCP provides access to DeepSeek's powerful models, optimized for code generation, Chinese language tasks, and reasoning.
Features
- Code generation
- Chinese language support
- Reasoning capabilities
- Long context support
- Cost-effective pricing
Installation
npx -y @modelcontextprotocol/server-deepseek
Configuration
Set the DEEPSEEK_API_KEY environment variable:
export DEEPSEEK_API_KEY=your_deepseek_api_key
Get your API key from https://platform.deepseek.com/api_keys.
Available Models
| Model | Description |
|---|---|
deepseek-chat | General purpose model |
deepseek-coder | Code generation model |
Usage Examples
Code Generation
{
"model": "deepseek-coder",
"messages": [
{ "role": "user", "content": "Write a Python function to sort a list" }
]
}
Chinese Language
{
"model": "deepseek-chat",
"messages": [
{ "role": "user", "content": "θ―·θ§£ιδ»δΉζ―δΊΊε·₯ζΊθ½" }
]
}
Pros
- β Excellent code generation
- β Strong Chinese support
- β Cost-effective
- β Long context
Cons
- β Requires DeepSeek API key
- β Limited model variety
- β Newer provider
