Odel
mcp

mcp

Local
@wireboard3TypeScriptMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@wireboard/mcpv0.1.3

Run

npx -y @wireboard/mcp

MCP client config

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@wireboard/mcp"
      ]
    }
  }
}