DeepSeek MCP Server

An MCP server for DeepSeek's current V4.1 Flash API: text and visual chat, the Responses API, FIM completion, Files API lifecycle operations, model discovery, balance checks, and bounded in-memory conversations. Its 11 documented tools cover file, completion. It runs locally over stdio via the published package.

People who work with file and completion and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-11 · ★ 352 · #7 OF 106 MAINTAINED AI & ML · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install DeepSeek MCP Server

before you install - you'll need

Set DEEPSEEK_API_KEY, MCP_TRANSPORT, MCP_HTTP_HOST, MCP_HTTP_PORT, MCP_HTTP_ALLOWED_ORIGINS, DEEPSEEK_BASE_URL, DEEPSEEK_REQUEST_TIMEOUT_MS, DEEPSEEK_DEFAULT_MODEL, MCP_HTTP_PATH, CONVERSATION_MAX_MESSAGES, DEEPSEEK_MCP_AUTH_TOKEN before connecting.

Claude Code

claude mcp add dmontgomery40-deepseek-mcp-server -- npx -y deepseek-mcp-server

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package deepseek-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.DMontgomery40 is GitHub-verified and matches the repo owner

03 · What DeepSeek MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can upload base64 JPEG, PNG, GIF, or WebP data and receive a, list uploaded files with cursor, order, and purpose filters, retrieve metadata for one file_id, and delete one uploaded file.

Capability map

Tools grouped from the project's README - what DeepSeek MCP Server lets an agent do.

read & search

4 tools - e.g. live model discovery.; account availability and balances.; list uploaded files with cursor, order, and purpose filters.

list_models · get_user_balance · list_files · list_conversations

create & write

2 tools - e.g. stateless Responses API calls with text/images, reasoning; upload base64 JPEG, PNG, GIF, or WebP data and receive a

create_response · upload_file

Chat

1 tool - e.g. text or visual Chat Completions, thinking controls,

chat_completion

Completion

1 tool - e.g. FIM completion through /beta/completions.

completion

Retrieve

1 tool - e.g. retrieve metadata for one file_id.

retrieve_file

delete

1 tool - e.g. delete one uploaded file.

delete_file

Reset

1 tool - e.g. clear one local in-memory conversation.

reset_conversation

Latest releases

v1.0.1 · 2026-09-11

DeepSeek and MCP modernization release. · Highlights: · Adds DeepSeek V4.1 Flash as the canonical deepseek-flash model, including visual input for Chat Completions and Responses. · Adds Files API upload, list…

v0.6.0 · 2026-08-19

DeepSeek Responses API update · This release brings the MCP server up to date with DeepSeek's August 2026 V4 API surface and current supported MCP SDK v1 dependencies. · Added · create_response for the native DeepSeek…

v0.5.0 · 2026-04-24

DeepSeek V4 API update · This release updates the MCP server for the current DeepSeek V4 API surface. · Changed · Defaults chat to deepseek-v4-flash and FIM completion to deepseek-v4-pro. · Removes model…

04 · Who maintains DeepSeek MCP Server

DeepSeek MCP Server is maintained by dmontgomery40. It's the only MCP server we track from this author; the repo dates to Jan 2025.

05 · Facts

category
AI & ML - ranked #7 of 106 actively-maintained AI & ML servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-09-11)
registry
io.github.DMontgomery40/deepseek (active, first published 2026-02-23)
packages
npm:deepseek-mcp-server

06 · DeepSeek MCP Server FAQ

Is DeepSeek MCP Server still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-11 and it shipped 2 releases in the last 90 days. We re-verify nightly.

What can DeepSeek MCP Server do?

With this server connected, an agent can upload base64 JPEG, PNG, GIF, or WebP data and receive a, list uploaded files with cursor, order, and purpose filters, retrieve metadata for one file_id, and delete one uploaded file.

How do I install DeepSeek MCP Server?

Run `npx -y deepseek-mcp-server`. The README documents 11 environment variables (DEEPSEEK_API_KEY, MCP_TRANSPORT, MCP_HTTP_HOST…) to set first. Set DEEPSEEK_API_KEY, MCP_TRANSPORT, MCP_HTTP_HOST, MCP_HTTP_PORT, MCP_HTTP_ALLOWED_ORIGINS, DEEPSEEK_BASE_URL, DEEPSEEK_REQUEST_TIMEOUT_MS, DEEPSEEK_DEFAULT_MODEL, MCP_HTTP_PATH, CONVERSATION_MAX_MESSAGES, DEEPSEEK_MCP_AUTH_TOKEN before connecting. You can also paste the ready-made client config above.

Does DeepSeek MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to DeepSeek MCP Server

More AI & ML MCP servers · Doc Slicer · Agenthold · Analytics · Figuard MCP · Affine.Earth Math Court

More TypeScript MCP servers · Openapi · ClickHouse · Ossian MCP · Uxspot MCP · Conarium · see all