Custom_OpenClash_Rules (MCP Server)

GitHub

面向 OpenClash 用户的综合配置与扩展资源库,提供图文设置方案、订阅转换模板、YAML 配置示例与远程 YAML 部署方式,收录直连、代理、Steam CDN、加密 DNS 及游戏等规则碎片,并配套 OpenClash 安装、更新与架构检测脚本、覆写模块资源,以及 IPv6 配置方案和故障排除文档。

Claude Desktop Configuration

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

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