HomeDevelopment › deepseek-mcp-server

deepseek-mcp-server

MCP server for DeepSeek AI with chat, reasoning, sessions, function calling, and cost tracking

TypeScript Cloud macOSWindowsLinux
★ 19 stars Last pushed 2026-09-21 License: MIT

Topics: Aggregators

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.3.0)

npx -y @arikusi/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "deepseek-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@arikusi/[email protected]"
      ],
      "env": {
        "DEEPSEEK_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • DEEPSEEK_API_KEY required secret — DeepSeek API key

Package (npm 2.3.0)

Package: npm @arikusi/deepseek-mcp-server

  • DEEPSEEK_API_KEY required secret — DeepSeek API key (sent as Bearer token)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry