Pane for Claude Desktop
io.github.aerolalit/pane
Hand a human a rich interactive UI by URL and get structured data back, from any MCP client.
client:Claude Desktop
transport:stdio
runtime:npm
Install Pane in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pane": {
"command": "npx",
"args": [
"-y",
"@paneui/mcp"
],
"env": {
"PANE_API_KEY": "<PANE_API_KEY>",
"PANE_URL": "<PANE_URL>",
"PANE_AGENT_NAME": "<PANE_AGENT_NAME>",
"PANE_REGISTER_SECRET": "<PANE_REGISTER_SECRET>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs