Deepseek
Rank #1,484io.github.arikusi/deepseek
MCP server for DeepSeek AI with chat, reasoning, sessions, function calling, and cost tracking
Deepseek is a Model Context Protocol (MCP) server published by arikusi. It ranks #1,484 of 121,933 servers tracked on MCP Toplist, and its repository has 18 GitHub stars. Deepseek is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 13 tracked versions. It was first listed on Jan 13, 2026 and most recently updated on Sep 5, 2026.
Ranks ahead of 120,449 of 121,933 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 --transport http deepseek https://deepseek-mcp.tahirl.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add deepseek -e "DEEPSEEK_API_KEY=<your DEEPSEEK_API_KEY>" -- npx -y @arikusi/deepseek-mcp-serverReplace each placeholder with your own value before saving.
claude mcp add deepseek -e "DEEPSEEK_API_KEY=<your DEEPSEEK_API_KEY>" -- npx -y @arikusi/deepseek-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.deepseek]
url = "https://deepseek-mcp.tahirl.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.deepseek]
command = "npx"
args = ["-y", "@arikusi/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.
[mcp_servers.deepseek]
command = "npx"
args = ["-y", "@arikusi/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.
https://deepseek-mcp.tahirl.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"deepseek": {
"command": "npx",
"args": [
"-y",
"@arikusi/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",
"@arikusi/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": {
"url": "https://deepseek-mcp.tahirl.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"deepseek": {
"command": "npx",
"args": [
"-y",
"@arikusi/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.
{
"mcpServers": {
"deepseek": {
"command": "npx",
"args": [
"-y",
"@arikusi/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": "http",
"url": "https://deepseek-mcp.tahirl.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"deepseek": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@arikusi/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.
{
"servers": {
"deepseek": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@arikusi/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": {
"serverUrl": "https://deepseek-mcp.tahirl.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"deepseek": {
"command": "npx",
"args": [
"-y",
"@arikusi/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",
"@arikusi/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": {
"url": "https://deepseek-mcp.tahirl.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"deepseek": {
"command": "npx",
"args": [
"-y",
"@arikusi/deepseek-mcp-server"
],
"env": {
"DEEPSEEK_API_KEY": "<your DEEPSEEK_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deepseek": {
"command": "npx",
"args": [
"-y",
"@arikusi/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.arikusi%2Fdeepseek)<a href="https://mcptoplist.com/server/io.github.arikusi%2Fdeepseek"><img src="https://mcptoplist.com/badge/io.github.arikusi%2Fdeepseek.svg" alt="MCP Toplist: Top 5% of 121,933" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
arikusi
Other servers by arikusi
View all arikusi servers →Available versions (13)
| Version | Published |
|---|---|
| 2.3.0 | Sep 5, 2026 |
| 2.2.1 | Aug 13, 2026 |
| 2.2.0 | Jul 5, 2026 |
| 2.1.0 | Jul 2, 2026 |
| 2.0.0 | Jun 22, 2026 |
| 1.8.0 | Jun 14, 2026 |
| 1.7.0 | Apr 22, 2026 |
| 1.6.0 | Mar 17, 2026 |
| 1.5.2 | Mar 10, 2026 |
| 1.5.1 | Mar 9, 2026 |
| 1.5.0 | Mar 7, 2026 |
| 1.4.3 | Mar 7, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Deepseek?
- Deepseek is maintained by arikusi, which publishes 2 MCP servers (22 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, Glama and mcp.so.
- How many versions does Deepseek have?
- MCP Toplist tracks 13 versions of Deepseek, most recently published on Sep 5, 2026.
- Where can I find the source code for Deepseek?
- The source code for Deepseek is hosted at github.com/arikusi/deepseek-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.