Odel
DeepSeek MCP Server

DeepSeek MCP Server

Local
@dmontgomery40351TypeScriptMITUpdated 2w ago

Official DeepSeek MCP server for chat, completion, model listing, and balance endpoints.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdeepseek-mcp-serverv0.3.1

Run

npx -y deepseek-mcp-server

MCP client config

{
  "mcpServers": {
    "deepseek-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "deepseek-mcp-server"
      ]
    }
  }
}