HomeDevelopment › Wisepanel

Wisepanel

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

TypeScript Cloud macOSWindowsLinux
★ 3 stars Last pushed 2026-08-10 License: MIT

Topics: Aggregators

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "wisepanel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "WISEPANEL_API_KEY": "<YOUR_VALUE>",
        "WISEPANEL_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • WISEPANEL_API_KEY required secret — Your Wisepanel API key. Generate one at wisepanel.ai/settings.
  • WISEPANEL_API_URL — API base URL. Defaults to https://api.wisepanel.ai

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry