gopay (MCP Server)

GitHub

微信、支付宝、抖音、通联支付、拉卡拉、PayPal、Apple 的Go版本SDK。【极简、易用的聚合支付SDK】

Claude Desktop Configuration

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

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