Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Deepseek Mcp Server

    Model Context Protocol server for DeepSeek's advanced language models JavaScript-based implementation.

    279 stars
    JavaScript
    Updated Oct 16, 2025
    deepseek-api
    deepseek-chat
    deepseek-r1
    deepseek-v3
    mcp
    model-context-protocol
    r1

    Table of Contents

    • Tools
    • Hosted Remote
    • Local Stdio
    • Environment
    • Verification
    • Registry Identity
    • Official References
    • License

    Table of Contents

    • Tools
    • Hosted Remote
    • Local Stdio
    • Environment
    • Verification
    • Registry Identity
    • Official References
    • License

    Documentation

    DeepSeek MCP Server

    Model Context Protocol server for the current DeepSeek V4 API.

    As of April 24, 2026, DeepSeek's public API reference documents:

    • POST /chat/completions with deepseek-v4-flash and deepseek-v4-pro
    • POST /beta/completions for V4 Pro FIM completion
    • GET /models
    • GET /user/balance

    This server exposes only those documented API surfaces. It does not ship a V4 monitor, speculative image/video/upload tools, or automatic model substitution.

    Tools

    • chat_completion: DeepSeek V4 chat. Defaults to deepseek-v4-flash. Supports thinking: { "type": "enabled" | "disabled" }, reasoning_effort: "high" | "max", JSON output, function tools, logprobs, streaming, and conversation memory.
    • completion: DeepSeek V4 Pro FIM completion. Defaults to deepseek-v4-pro.
    • list_models: Reads the live DeepSeek model list.
    • get_user_balance: Reads account balance and availability.
    • reset_conversation: Clears an in-memory conversation.
    • list_conversations: Lists in-memory conversation IDs.

    Hosted Remote

    • URL: https://deepseek-mcp.ragweld.com/mcp
    • Auth: Authorization: Bearer

    Codex CLI:

    bash
    export DEEPSEEK_MCP_AUTH_TOKEN="REPLACE_WITH_TOKEN"
    codex mcp add deepseek --url https://deepseek-mcp.ragweld.com/mcp --bearer-token-env-var DEEPSEEK_MCP_AUTH_TOKEN

    Claude Code:

    bash
    export DEEPSEEK_MCP_AUTH_TOKEN="REPLACE_WITH_TOKEN"
    claude mcp add --transport http deepseek https://deepseek-mcp.ragweld.com/mcp --header "Authorization: Bearer $DEEPSEEK_MCP_AUTH_TOKEN"

    Cursor:

    bash
    node -e 'const fs=require("fs"),p=process.env.HOME+"/.cursor/mcp.json";let j={mcpServers:{}};try{j=JSON.parse(fs.readFileSync(p,"utf8"))}catch{};j.mcpServers={...(j.mcpServers||{}),deepseek:{url:"https://deepseek-mcp.ragweld.com/mcp",headers:{Authorization:"Bearer ${env:DEEPSEEK_MCP_AUTH_TOKEN}"}}};fs.mkdirSync(process.env.HOME+"/.cursor",{recursive:true});fs.writeFileSync(p,JSON.stringify(j,null,2));'

    Local Stdio

    bash
    DEEPSEEK_API_KEY="REPLACE_WITH_DEEPSEEK_KEY" npx -y deepseek-mcp-server

    Docker:

    bash
    docker pull docker.io/dmontgomery40/deepseek-mcp-server:0.5.0
    docker run --rm -i -e DEEPSEEK_API_KEY="REPLACE_WITH_DEEPSEEK_KEY" docker.io/dmontgomery40/deepseek-mcp-server:0.5.0

    Environment

    Required:

    bash
    DEEPSEEK_API_KEY=your-api-key

    Optional:

    bash
    DEEPSEEK_BASE_URL=https://api.deepseek.com
    DEEPSEEK_REQUEST_TIMEOUT_MS=120000
    DEEPSEEK_DEFAULT_MODEL=deepseek-v4-flash
    MCP_TRANSPORT=stdio
    MCP_HTTP_HOST=127.0.0.1
    MCP_HTTP_PORT=3001
    MCP_HTTP_PATH=/mcp
    MCP_HTTP_STATEFUL_SESSION=false
    CONVERSATION_MAX_MESSAGES=200

    Verification

    bash
    npm run build
    npm test
    DEEPSEEK_API_KEY="REPLACE_WITH_DEEPSEEK_KEY" npm run test:live
    DEEPSEEK_MCP_AUTH_TOKEN="REPLACE_WITH_TOKEN" npm run test:remote

    The live smoke test performs real DeepSeek requests for model listing, balance, non-thinking chat, thinking streaming chat with reasoning_content, FIM completion, and MCP tool calls.

    Registry Identity

    • MCP Registry name: io.github.DMontgomery40/deepseek
    • npm package: deepseek-mcp-server
    • OCI package: docker.io/dmontgomery40/deepseek-mcp-server:0.5.0

    Official References

    • DeepSeek chat completions:
    • DeepSeek FIM completions:
    • DeepSeek models:
    • DeepSeek balance:
    • MCP specification:

    License

    MIT

    Similar MCP

    Based on tags & features

    • BI

      Biomcp

      Python·
      327
    • MC

      Mcpjungle

      Go·
      617
    • FA

      Fal Mcp Server

      Python·
      8
    • AN

      Anilist Mcp

      TypeScript·
      57

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • BI

      Biomcp

      Python·
      327
    • MC

      Mcpjungle

      Go·
      617
    • FA

      Fal Mcp Server

      Python·
      8
    • AN

      Anilist Mcp

      TypeScript·
      57

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k