送信

WireBoard

@WireBoard

Official MCP server for WireBoard analytics. Query real-time and historical visitor data, custom events, and per-site reports in conversation with Claude, Cursor, VS Code, and other MCP clients.

サーバー設定

{
  "mcpServers": {
    "wireboard": {
      "command": "npx",
      "args": [
        "-y",
        "@wireboard/mcp"
      ],
      "env": {
        "WIREBOARD_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}