awesome-deepseek-integration

GitHub

Integrate the DeepSeek API into popular software

37,259 stars Unknown #awesome#deepseek
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "awesome-deepseek-integration": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-deepseek-integration"
      ]
    }
  }
}