← Back to Plugins
MCP Server MCP

io.github.arikusi/deepseek

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @arikusi/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@arikusi/deepseek-mcp-server",
      "version": "2.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "DeepSeek API key",
          "isRequired": true,
          "isSecret": true,
          "name": "DEEPSEEK_API_KEY"
        }
      ]
    },
    {
      "registryType": "npm",
      "identifier": "@arikusi/deepseek-mcp-server",
      "version": "2.2.1",
      "transport": {
        "type": "streamable-http",
        "url": "https://deepseek-mcp.tahirl.com/mcp"
      },
      "environmentVariables": [
        {
          "description": "DeepSeek API key (sent as Bearer token)",
          "isRequired": true,
          "isSecret": true,
          "name": "DEEPSEEK_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...