wx_channels_download (MCP Server)

GitHub

微信视频号下载器

8,630 stars Go MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

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

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