Back to Browse

Paneui MCP Server

Developer ToolsLow Risk9.9MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.9
Low Risk9.9Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. Trust signals: 3 highly-trusted packages. 1 finding(s) downgraded by scanner intelligence.

10 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Pane agent API key. If unset, the server auto-registers a fresh agent against the relay on first use and saves the key to the shared CLI store (~/.config/pane/config.json).Required

Environment variable: PANE_API_KEY

Pane relay base URL. Defaults to the hosted relay https://relay.paneui.com; set this to point at a self-hosted relay.Optional

Environment variable: PANE_URL

Display name for the auto-registered agent on the relay.Optional

Environment variable: PANE_AGENT_NAME

Registration secret, required only for relays running REGISTRATION_MODE=secret.Required

Environment variable: PANE_REGISTER_SECRET

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-aerolalit-pane": {
      "env": {
        "PANE_URL": "your-pane-url-here",
        "PANE_API_KEY": "your-pane-api-key-here",
        "PANE_AGENT_NAME": "your-pane-agent-name-here",
        "PANE_REGISTER_SECRET": "your-pane-register-secret-here"
      },
      "args": [
        "-y",
        "@paneui/mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!