Deepseek Mcp Server
@arikusi
关于 Deepseek Mcp Server
MCP server for DeepSeek V4 (v4-flash, v4-pro, 1M context): chat, reasoning, function calling, thinking mode, cost tracking. deepseek-chat/reasoner aliases supported.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"deepseek-mcp-server-arikusi": {
"command": "node",
"args": [
"dist/index.js"
],
"env": {
"TRANSPORT": "http",
"HTTP_PORT": "3000",
"DEEPSEEK_API_KEY": "your-key"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Deepseek Mcp Server?
Deepseek Mcp Server is an MCP server that integrates DeepSeek V4 models (v4-flash and v4-pro, both with a 1M-token context window) into any MCP-compatible client. It supports multi-turn sessions, function calling, thinking mode, cost tracking, and streaming, and is designed for developers who want to use DeepSeek AI via tools like Claude Code, Gemini CLI, Cursor, or Windsurf.
How to use Deepseek Mcp Server?
Install it via npx or npm install -g @arikusi/deepseek-mcp-server, then add it to your MCP client using either stdio transport (local) or the hosted HTTP endpoint at https://deepseek-mcp.tahirl.com/mcp (remote, no install required). You need a DeepSeek API key from https://platform.deepseek.com. Use commands like claude mcp add or manual configuration in JSON.
Key features of Deepseek Mcp Server
- DeepSeek V4 models with 1M context and thinking mode
- Multi-turn sessions with automatic context preservation
- Function calling with up to 128 tool definitions
- Cache-aware cost tracking with cache hit/miss breakdown
- MCP resources for model info, config, and usage
- JSON output mode with schema validation and repair
- Fill-in-the-Middle (FIM) for code/content completion
- Session management (list, delete, clear sessions)
Use cases of Deepseek Mcp Server
- Get real-time AI assistance on code, debugging, or reasoning within your MCP client
- Enable structured JSON responses for data extraction or automation
- Use chain-of-thought thinking for complex problem-solving
- Perform code completions with fill-in-the-middle
- Track and optimize API usage costs across multi-turn conversations
FAQ from Deepseek Mcp Server
What are the prerequisites to run Deepseek Mcp Server locally?
You need Node.js 20+ and a DeepSeek API key, which you can obtain at https://platform.deepseek.com. Installation via npx requires no additional dependencies beyond Node.js.
Does Deepseek Mcp Server support older DeepSeek model aliases?
Yes. The model names deepseek-chat and deepseek-reasoner are accepted as aliases that resolve to deepseek-v4-flash (non-thinking or thinking, respectively), making the upgrade drop-in.
How does Deepseek Mcp Server handle authentication?
It uses an API key passed via the DEEPSEEK_API_KEY environment variable (for local transport) or via an Authorization: Bearer <key> header (for the remote HTTP endpoint). The key is required for all requests.
What transports does Deepseek Mcp Server support?
It supports stdio transport (the default for local use) and a Streamable HTTP transport (TRANSPORT=http). The remote hosted endpoint uses HTTP transport with BYOK.
What are the limits on model responses?
V4 models support up to 384,000 output tokens (max_tokens). The maximum context window is 1M tokens. When thinking mode is enabled, the temperature and top_p parameters are ignored by the API. Schemas used for JSON validation are screened for ReDoS patterns.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
ICSS
chokcoco不止于 CSS
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论