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

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

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