Pane
Rank #63,661io.github.aerolalit/pane
Hand a human a rich interactive UI by URL and get structured data back, from any MCP client.
Pane is a Model Context Protocol (MCP) server published by aerolalit. It ranks #63,661 of 132,113 servers tracked on MCP Toplist. Pane is listed on Official MCP, with 1 tracked version. It was first listed on Jun 13, 2026 and most recently updated on Jun 13, 2026.
Ranks ahead of 68,452 of 132,113 servers on MCP Toplist.
Use Pane
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pane -e "PANE_API_KEY=<your PANE_API_KEY>" -e "PANE_URL=<your PANE_URL>" -e "PANE_AGENT_NAME=<your PANE_AGENT_NAME>" -e "PANE_REGISTER_SECRET=<your PANE_REGISTER_SECRET>" -- npx -y @paneui/mcpReplace each placeholder with your own value before saving.
[mcp_servers.pane]
command = "npx"
args = ["-y", "@paneui/mcp"]
[mcp_servers.pane.env]
PANE_API_KEY = "<your PANE_API_KEY>"
PANE_URL = "<your PANE_URL>"
PANE_AGENT_NAME = "<your PANE_AGENT_NAME>"
PANE_REGISTER_SECRET = "<your PANE_REGISTER_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pane": {
"command": "npx",
"args": [
"-y",
"@paneui/mcp"
],
"env": {
"PANE_API_KEY": "<your PANE_API_KEY>",
"PANE_URL": "<your PANE_URL>",
"PANE_AGENT_NAME": "<your PANE_AGENT_NAME>",
"PANE_REGISTER_SECRET": "<your PANE_REGISTER_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pane": {
"command": "npx",
"args": [
"-y",
"@paneui/mcp"
],
"env": {
"PANE_API_KEY": "<your PANE_API_KEY>",
"PANE_URL": "<your PANE_URL>",
"PANE_AGENT_NAME": "<your PANE_AGENT_NAME>",
"PANE_REGISTER_SECRET": "<your PANE_REGISTER_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"pane": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@paneui/mcp"
],
"env": {
"PANE_API_KEY": "<your PANE_API_KEY>",
"PANE_URL": "<your PANE_URL>",
"PANE_AGENT_NAME": "<your PANE_AGENT_NAME>",
"PANE_REGISTER_SECRET": "<your PANE_REGISTER_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pane": {
"command": "npx",
"args": [
"-y",
"@paneui/mcp"
],
"env": {
"PANE_API_KEY": "<your PANE_API_KEY>",
"PANE_URL": "<your PANE_URL>",
"PANE_AGENT_NAME": "<your PANE_AGENT_NAME>",
"PANE_REGISTER_SECRET": "<your PANE_REGISTER_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pane": {
"command": "npx",
"args": [
"-y",
"@paneui/mcp"
],
"env": {
"PANE_API_KEY": "<your PANE_API_KEY>",
"PANE_URL": "<your PANE_URL>",
"PANE_AGENT_NAME": "<your PANE_AGENT_NAME>",
"PANE_REGISTER_SECRET": "<your PANE_REGISTER_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.aerolalit%2Fpane)<a href="https://mcptoplist.com/server/io.github.aerolalit%2Fpane"><img src="https://mcptoplist.com/badge/io.github.aerolalit%2Fpane.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
aerolalit
Available versions (1)
| Version | Published |
|---|---|
| 0.0.26 | Jun 13, 2026 |
Frequently asked questions
- Who maintains Pane?
- Pane is maintained by aerolalit, which publishes 2 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Pane listed on the Official MCP Registry?
- Yes — Pane is listed on the Official MCP Registry.
- How many versions does Pane have?
- MCP Toplist tracks 1 version of Pane, most recently published on Jun 13, 2026.
- Where can I find the source code for Pane?
- The source code for Pane is hosted at github.com/aerolalit/paneui.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.