Mmcp.market

Deepseek MCP server

by arikusi·io.github.arikusi/deepseek·v2.3.0

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

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

full report

Adoption
Growing

19 stars592 downloads/wk

Reviews

Write one

Nobody has reviewed Deepseek yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Deepseek tools (3)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • deepseek_chat

    Chat with DeepSeek V4 models. deepseek-v4-flash (fast, economical) and deepseek-v4-pro (most capable),

  • deepseek_fim

    Fill-in-the-Middle (FIM) completion with DeepSeek V4. Provide a prompt (prefix) and an optional suffix;

  • deepseek_sessions

    Manage multi-turn conversation sessions. List active sessions, delete a specific session, or clear all sessions.

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

no findings
  • Code scan53 source files scanned; 53 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 6 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Deepseek repository's README, as published. We do not edit it. Read it on GitHub

DeepSeek MCP Server

MCP server for DeepSeek V4 (v4-flash and v4-pro, 1M context) with multi-turn sessions, function calling, thinking mode, and cost tracking.

Compatible with Claude Code, Gemini CLI, Cursor, Windsurf, and any MCP-compatible client. Officially listed on the MCP Registry, Smithery, Glama, LobeHub, and Fronteir AI.

v2.0.0 runs on DeepSeek V4. Two models, deepseek-v4-flash (fast and economical) and deepseek-v4-pro (top capability), both with a 1M-token context window and optional chain-of-thought thinking. Existing deepseek-chat and deepseek-reasoner setups keep working through deprecated aliases, so upgrading is drop-in, but new setups should use the V4 names.

Quick Start

Remote (No Install)

Use the hosted endpoint directly — no npm install, no Node.js required. Bring your own DeepSeek API key:

Claude Code:

claude mcp add --transport http deepseek \
  https://deepseek-mcp.tahirl.com/mcp \
  --header "Authorization: Bearer YOUR_DEEPSEEK_API_KEY"

Cursor / Windsurf / VS Code:

{
  "mcpServers": {
    "deepseek": {
      "url": "https://deepseek-mcp.tahirl.com/mcp",
      "headers": {
        "Authorization": "Bearer ${DEEPSEEK_API_KEY}"
      }
    }
  }
}

Local (stdio)

Claude Code:

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

Gemini CLI:

gemini mcp add deepseek npx @arikusi/deepseek-mcp-server -e DEEPSEEK_API_KEY=your-key-here

Scope options (Claude Code):

  • -s user: Available in all your projects (recommended)
  • -s local: Only in current project (default)
  • -s project: Project-specific .mcp.json file

Get your API key: https://platform.deepseek.com

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y @arikusi/deepseek-mcp-server on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add deepseek -- npx -y @arikusi/deepseek-mcp-server
Add to Cursor

Deepseek: common questions

Is Deepseek MCP server safe?
Mostly: it is graded B (83/100). Read the Deepseek safety report
How do I install Deepseek?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Deepseek need an API key?
Yes. The registry entry asks for DEEPSEEK_API_KEY.
Is Deepseek maintained?
The last commit was 7 days ago (2026-09-14). The latest release is v2.3.0.

More from arikusi