Deepseek
Rank #3216io.github.arikusi/deepseek
MCP server providing deepseek capabilities
Deepseek is a Model Context Protocol (MCP) server published by arikusi. It ranks #3216 of 58,832 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. Deepseek is listed across 3 registries — Official MCP, Glama and PulseMCP, with 7 tracked versions. It was first listed on Jan 13, 2026 and most recently updated on Apr 22, 2026.
Ranks ahead of 55,616 of 58,832 servers on MCP Toplist.
Use Deepseek
Add Deepseek to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"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.
Listed on 2 registries (1 delisted)
arikusi
Other servers by arikusi
View all arikusi servers →Available versions (7)
| Version | Published |
|---|---|
| 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
- What is Deepseek?
- MCP server providing deepseek capabilities
- Who maintains Deepseek?
- Deepseek is maintained by arikusi, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Deepseek an official MCP server?
- Yes — Deepseek is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Deepseek have?
- MCP Toplist tracks 7 versions of Deepseek, most recently published on Apr 22, 2026.
- Where can I find the source code for Deepseek?
- The source code for Deepseek is hosted at github.com/arikusi/deepseek-mcp-server.