Odel
Pane

Pane

Local
@aerolalit7TypeScriptMITUpdated 2mo ago

Hand a human a rich interactive UI by URL and get structured data back, from any MCP client.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@paneui/mcpv0.0.26

Run

npx -y @paneui/mcp

MCP client config

{
  "mcpServers": {
    "pane": {
      "command": "npx",
      "args": [
        "-y",
        "@paneui/mcp"
      ]
    }
  }
}