Wireboard MCP Server
Official 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. Its README documents 10 tools, including list_sites, get_account, get_aggregate. It runs locally over stdio via the published package.
People who work with analytics, real time and wireboard and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-05-27 · ★ 3 · #65 OF 81 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-09-18
MIT · TypeScript servers · how we verify → /methodology
01 · Install Wireboard MCP Server
before you install - you'll need
WIREBOARD_TOKEN
Environment variables documented in the project's README - it lists which are required and which have defaults.
Claude Code
claude mcp add wireboard-mcp -- npx -y @wireboard/mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"wireboard-mcp": {
"command": "npx",
"args": [
"-y",
"@wireboard/mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package @wireboard/mcp - published under the repo owner's npm scope (@wireboard)
registry namespace io.github.wireboard is GitHub-verified and matches the repo owner
03 · What Wireboard MCP Server can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
An agent gets 10 documented tools, including list_sites, get_account, get_aggregate, get_timeseries, get_history.
The 10 tools it gives your agent
Extracted from the project's README - what mcp lets an agent do.
- 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
Latest releases
v0.1.3 · 2026-05-27
## What's changed in 0.1.3 · Pull-through SDK refresh: bundles @wireboard/api 1.0.6, which improves · Live SSE auth by sending the Live JWT as an Authorization: Bearer · header in Node environments (keeps the token out…
v0.1.2 · 2026-05-24
What's changed in 0.1.2 · Plan-aware error handling. Two new structured MCP error responses · surfaced from @wireboard/api 1.0.5: · plan_history_limit - returned when a free-plan user queries · beyond the 30-day…
v0.1.1 · 2026-05-24
What's changed in 0.1.1 · Added mcpName: "io.github.wireboard/mcp" to package.json so the official MCP registry can verify ownership of the npm package. · The server is now listed in the official MCP registry at < · No…
04 · Who maintains Wireboard MCP Server
mcp is maintained by wireboard. It's the only MCP server we track from this author; the repo dates to May 2026.
05 · Facts
- repository
- github.com/wireboard/mcp
- category
- data & analytics - ranked #65 of 81 actively-maintained data & analytics servers as of 2026-09-18.
- registry
- io.github.wireboard/mcp (active, first published 2026-05-24 · 3 versions)
- packages
- npm:@wireboard/mcp
06 · Wireboard MCP Server FAQ
Is Wireboard MCP Server still maintained?
Yes - as of 2026-09-18, its last commit was 2026-05-27. We re-verify nightly.
What can Wireboard MCP Server do?
An agent gets 10 documented tools, including list_sites, get_account, get_aggregate, get_timeseries, get_history.
How do I install Wireboard MCP Server?
Run `npx -y @wireboard/mcp`. The README documents one environment variable (WIREBOARD_TOKEN) to set first. You can also paste the ready-made client config above.
Does Wireboard MCP Server run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Wireboard MCP Server
Alternatives to Wireboard MCP Server
Maintained data & analytics servers if Wireboard MCP Server isn't the fit.
- PostHog MCP Server Official PostHog MCP Server for product analytics, feature flags, experiments, and more. ★ 39,845 · 2026-09-18
- Server Chart A Model Context Protocol server for generating charts using AntV. ★ 4,367 · 2026-08-27
- Usertour MCP Server Official Usertour MCP Server for in-app onboarding: flows, checklists, surveys, and analytics. ★ 2,307 · 2026-09-18
- Google Ads + Meta Ads + GA4 MCP Google Ads, Meta Ads & GA4 MCP server - 250+ tools for campaigns, creatives, audiences & reports. ★ 1,939 · 2026-09-09
- Blitz Give AI agents full control over iOS/macOS development via a native macOS app with 30+ MCP tools. ★ 1,748 · 2026-07-14
- walkerOS Flow Build, validate, simulate, and deploy walkerOS event pipelines ★ 344 · 2026-09-16
Pairs well with
Servers that cover what Wireboard MCP Server doesn't - only shown when the pairing reason fits the companion.
More data & analytics MCP servers · Fivetran MCP · Opn MCP · Zernio · SSH Session MCP · Salesforce Cloud
More TypeScript MCP servers · Suprawall MCP · One · Aifp MCP · Wklm MCP Server · iOS Web Bluetooth (WebBLE) · see all