Official MCP server for WireBoard. Lets LLM agents query your analytics in conversation.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
wireboard-mcpOfficial Model Context Protocol server for WireBoard.
Lets LLM agents (Claude Desktop, Cursor, VS Code, etc.) query your real-time and historical analytics in conversation. Built on top of the official @wireboard/api JavaScript SDK.
Two ways to install, pick whichever fits your setup.
Download wireboard-mcp-x.y.z.mcpb from the GitHub releases page and double-click it. One file works on Windows, macOS, and Linux β Claude Desktop ships its own Node runtime, so there are no system dependencies to install.
Claude Desktop will prompt for your WireBoard API token, store it securely in your OS keychain, and the WireBoard tools become available immediately.
If double-click doesn't open the file, install it via Claude Desktop β Settings β Extensions β Advanced Settings β Install Extension.
Requires Node 18+. Then configure your MCP client of choice.
Edit claude_desktop_config.json (Settings β Developer β Edit Config):
Restart Claude Desktop. The WireBoard tools will appear automatically.
Use the same command + env-var pattern in your client's MCP config.
You need a WireBoard API token before either install path will work. Mint one at Settings β API with the analytics:read ability for REST tools and live:read for the live snapshot tool.
Once configured, ask Claude things like:
Claude will pick the right tool, call it, and answer in natural language.
| Tool | What |
|---|---|
list_sites | Every site in the account |
get_account | Token-owner identity + abilities |
get_aggregate | Period totals: visitors, pageviews, bounce rate, duration |
get_timeseries | One metric (visitors or pageviews) bucketed by hour or day |
get_history | Per-day visitors / returning / pageviews / bounce / duration |
get_breakdown | Top-N rows by dimension (country, device, browser, referrer, etc.) |
get_top_urls | Per-URL metrics with prefix / contains / exact filters |
query_events | Custom event queries with grouping and filtering |
get_live_state | Real-time snapshot (live visitor count, top pages, active sessions, etc.) |
list_dimensions | Meta: every dimension, metric, and limit the API supports |
All tools accept natural date ranges: "today", "yesterday", "last 7 days" (or "30d" shorthand), "this week", "last week", "this month", "last month", or explicit "YYYY-MM-DD..YYYY-MM-DD". Always UTC.
The MCP proactively caps itself at 100 requests/minute (under the API's 120/minute limit) so LLM bursts space themselves out instead of hitting 429s. Override with the WIREBOARD_MCP_RATE_PER_MINUTE env var if you have a use case that needs different pacing.
The underlying SDK still auto-retries on 429 as a backstop.
analytics:read and live:read scope on every site in the account.The MCP is read-only: it can fetch data, never modify it. The WireBoard public API itself is read-only in v1.
Logs go to stderr (so they don't interfere with the MCP protocol on stdout).
@wireboard/mcpgithub.com/wireboard/mcpgithub.com/wireboard/mcp/releasesgithub.com/wireboard/mcp/issues@wireboard/api (source)The .mcpb is a zip of manifest.json, icon.png, and the single bundled dist/index.js. All runtime dependencies are inlined by esbuild.
MIT.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-339)<a href="https://allmcps.com/mcp/mcp-339"><img src="https://allmcps.com/api/badge/mcp-339?style=directory" alt="Wireboard MCP on AllMCPs" /></a>