mcpbeat Sign in

Wisepanel MCP Server

local only

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

Multi-agent deliberation across Claude, Gemini, and Perplexity. Stream and publish.

Installs per day peak 23 · avg 7 · -27% w/w
a month agotoday
40
Installs / week
npm · wisepanel-mcp
3
Stars
0 open issues
10 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Wisepanel 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 wisepanel-mcp -- npx -y wisepanel-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wisepanel-mcp": {
      "args": [
        "-y",
        "wisepanel-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wisepanel-mcp]
command = "npx"
args = ["-y", "wisepanel-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "wisepanel-mcp": {
      "args": [
        "-y",
        "wisepanel-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wisepanel-mcp": {
      "args": [
        "-y",
        "wisepanel-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WISEPANEL_API_KEY (Your Wisepanel API key. Generate one at wisepanel.ai/settings.), WISEPANEL_API_URL (API base URL. Defaults to https://api.wisepanel.ai). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Wisepanel

same job, measured the same way
AI Visibility
by sharozdawa

Track brand visibility across ChatGPT, Perplexity, Claude, and Gemini.

31 installs/wk local only
Asvaai
by viren040

Query your brand's AI visibility across ChatGPT, Claude, Perplexity, and Gemini.

answering
Kariops Pulse
by dohertykariann-code

Track your brand's visibility in AI search across Claude, ChatGPT, Perplexity, and Gemini.

answering
Ninar AI
by ninar

Audit your brand's visibility across ChatGPT, Gemini, Claude, Perplexity + 6 more engines.

5 tools answering
Brand Intelligence
by nudg3

Query your Nudg3 brand visibility across ChatGPT, Claude, Gemini, AI Overviews, and Perplexity.

118 installs/wk answering
Verified Tools — AI Visibility Monitoring
by verifiedtools

AI-visibility monitoring for your brand across ChatGPT, Claude, Perplexity & Gemini.

answering
FutureProof AEO
by mattyb12345nyc

Track brand visibility across ChatGPT, Claude, Gemini & Perplexity. Scores, competitors, trends.

answering
Perplexity Agent
by zalez

Multi-step web research with citations via Perplexity's Agent API. Standard library only.

72 installs/wk local only

Wisepanel — questions

Answers built from our own checks of this server.

Why is there no uptime for Wisepanel?
Wisepanel 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 wisepanel-mcp was installed 40 times last week.
How do I connect Wisepanel?
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 wisepanel-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Wisepanel?
The npm package wisepanel-mcp was installed 40 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Wisepanel 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.