MCP 伺服器

DeepSeek MCP Server

MCP server for DeepSeek V4 with chat, reasoning, function calling, and cost tracking.

174d ago
來源

安裝

npx
claude mcp add -s user deepseek npx @arikusi/deepseek-mcp-server -e DEEPSEEK_API_KEY=your-key-here

把這段加入 Claude Code MCP 設定,或直接透過 CLI 執行。

介紹

DeepSeek MCP Server exposes DeepSeek V4 models through the Model Context Protocol for Claude Code and other MCP clients. It supports `deepseek-v4-flash` and `deepseek-v4-pro`, multi-turn sessions, function calling, thinking mode, JSON output, and cost tracking. The README also notes MCP resources for models, config, and usage, plus tools for chat, FIM, and session management. The project can be used remotely through a hosted HTTP endpoint or locally over stdio. The README says it is compatible with Claude Code, Gemini CLI, Cursor, Windsurf, and other MCP-compatible clients.

標籤

mcpdeepseekclaude-codeai-modelfunction-calling