Wisepanel MCP
Rank #16721io.github.ikoskela/wisepanel-mcp
Provides access to Wisepanel's multi-agent deliberation platform to run debates and discussions across various AI models like Claude, Gemini, and Perplexity. It enables users to start deliberations, poll for real-time responses, and publish results directly from MCP-compatible clients.
Wisepanel MCP is a Model Context Protocol (MCP) server published by ikoskela. It ranks #16721 of 58,900 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Wisepanel MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Feb 23, 2026 and most recently updated on Feb 23, 2026.
Ranks ahead of 42,179 of 58,900 servers on MCP Toplist.
Use Wisepanel MCP
Add Wisepanel MCP to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"wisepanel-mcp": {
"command": "npx",
"args": [
"-y",
"wisepanel-mcp"
],
"env": {
"WISEPANEL_API_KEY": "<your WISEPANEL_API_KEY>",
"WISEPANEL_API_URL": "<your WISEPANEL_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (1 delisted)
ikoskela
Other servers by ikoskela
View all ikoskela servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Feb 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Wisepanel MCP?
- Provides access to Wisepanel's multi-agent deliberation platform to run debates and discussions across various AI models like Claude, Gemini, and Perplexity. It enables users to start deliberations, poll for real-time responses, and publish results directly from MCP-compatible clients.
- Who maintains Wisepanel MCP?
- Wisepanel MCP is maintained by ikoskela, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Wisepanel MCP an official MCP server?
- Yes — Wisepanel MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Wisepanel MCP have?
- MCP Toplist tracks 2 versions of Wisepanel MCP, most recently published on Feb 23, 2026.
- Where can I find the source code for Wisepanel MCP?
- The source code for Wisepanel MCP is hosted at github.com/ikoskela/wisepanel-mcp.