mcpbeat Sign in

Wireboard MCP Server

by wireboard Your server? Claim it
local only

Wireboard runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 27 May 2026.

Official MCP server for WireBoard. Lets LLM agents query your analytics in conversation.

Installs per day peak 10 · avg 5 · +139% w/w
a month agotoday
40
Installs / week
npm · @wireboard/mcp
3
Stars
0 open issues
27 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Wireboard every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @wireboard/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@wireboard/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@wireboard/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@wireboard/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@wireboard/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WIREBOARD_TOKEN (Your WireBoard API bearer token. Mint one at https://wireboard.io/dashboard/settings/api with the analytics:read and live:read abilities.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Wireboard

same job, measured the same way
Usertour MCP Server
by usertour

Official Usertour MCP Server for in-app onboarding: flows, checklists, surveys, and analytics.

answering
Google Search Console MCP Server
by conorbronsdon

Google Search Console for AI agents: search analytics, sitemaps, URL inspection.

38 installs/wk local only
PicSee Short Link
by picsee

Official PicSee MCP server for short links, link management, click analytics, and optional OAuth.

1 tools answering
Labelgrid MCP
by labelgrid

Official LabelGrid MCP server — manage your music catalog, releases, analytics and distribution.

120 installs/wk local only
Apolloio
by apolloio

Official Apollo.io MCP server for lead enrichment, prospecting, sequences, and analytics.

25 installs/wk local only
Mcpulse
by getmcpulse

Analytics for MCP servers. Query your tool calls, first-call success, retries and schema cost.

answering
PostHog MCP Server
by posthog

Official PostHog MCP Server for product analytics, feature flags, experiments, and more.

answering
Analytics
by zenovay

Real-time web analytics for AI agents: query traffic, funnels, revenue, and manage your sites.

answering

Wireboard — questions

Answers built from our own checks of this server.

Why is there no uptime for Wireboard?
Wireboard runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @wireboard/mcp was installed 40 times last week.
How do I connect Wireboard?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @wireboard/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Wireboard?
The npm package @wireboard/mcp was installed 40 times in the last week. Week over week that is +139%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Wireboard open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.