Deepseek
Rank #1,988io.github.DMontgomery40/deepseek
MCP server providing deepseek capabilities
Deepseek is a Model Context Protocol (MCP) server published by dmontgomery40. It ranks #1,988 of 115,460 servers tracked on MCP Toplist, and its repository has 350 GitHub stars. Deepseek is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Jan 21, 2025 and most recently updated on Feb 23, 2026.
Ranks ahead of 113,472 of 115,460 servers on MCP Toplist.
Use Deepseek
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add deepseek -e "DEEPSEEK_API_KEY=<your DEEPSEEK_API_KEY>" -- npx -y deepseek-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.deepseek]
command = "npx"
args = ["-y", "deepseek-mcp-server"]
[mcp_servers.deepseek.env]
DEEPSEEK_API_KEY = "<your DEEPSEEK_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deepseek": {
"command": "npx",
"args": [
"-y",
"deepseek-mcp-server"
],
"env": {
"DEEPSEEK_API_KEY": "<your DEEPSEEK_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deepseek": {
"command": "npx",
"args": [
"-y",
"deepseek-mcp-server"
],
"env": {
"DEEPSEEK_API_KEY": "<your DEEPSEEK_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"deepseek": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"deepseek-mcp-server"
],
"env": {
"DEEPSEEK_API_KEY": "<your DEEPSEEK_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deepseek": {
"command": "npx",
"args": [
"-y",
"deepseek-mcp-server"
],
"env": {
"DEEPSEEK_API_KEY": "<your DEEPSEEK_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deepseek": {
"command": "npx",
"args": [
"-y",
"deepseek-mcp-server"
],
"env": {
"DEEPSEEK_API_KEY": "<your DEEPSEEK_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.DMontgomery40%2Fdeepseek)<a href="https://mcptoplist.com/server/io.github.DMontgomery40%2Fdeepseek"><img src="https://mcptoplist.com/badge/io.github.DMontgomery40%2Fdeepseek.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
dmontgomery40
Other servers by dmontgomery40
- MCP 3D Printer Server#4,177
- Pentest MCP#9,327
- Canvas MCP Server V2.0#10,239
- bambu-printer-mcp#11,143
- Faxbot#14,696 · 4 vers
- Meta MCP Server#18,765
- BirdNet-Pi MCP Server#39,173
- mcp-server-birdstats#59,687
Available versions (2)
| Version | Published |
|---|---|
| 0.3.1 | Feb 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Deepseek?
- Deepseek is maintained by dmontgomery40, which publishes 9 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Deepseek listed on the Official MCP Registry?
- Yes — Deepseek is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Deepseek have?
- MCP Toplist tracks 2 versions of Deepseek, most recently published on Feb 23, 2026.
- Where can I find the source code for Deepseek?
- The source code for Deepseek is hosted at github.com/dmontgomery40/deepseek-mcp-server.