mcpbeat Sign in

Pane MCP Server

by aerolalit Your server? Claim it
local only

Pane runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 82 · avg 9 · +133% w/w
a month agotoday
33
Installs / week
npm · @paneui/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pane -- npx -y @paneui/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pane": {
      "args": [
        "-y",
        "@paneui/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pane]
command = "npx"
args = ["-y", "@paneui/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pane": {
      "args": [
        "-y",
        "@paneui/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pane": {
      "args": [
        "-y",
        "@paneui/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PANE_API_KEY (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).), PANE_URL (Pane relay base URL. Defaults to the hosted relay https://relay.paneui.com; set this to point at a self-hosted relay.), PANE_AGENT_NAME (Display name for the auto-registered agent on the relay.), PANE_REGISTER_SECRET (Registration secret, required only for relays running REGISTRATION_MODE=secret.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Pane

same job, measured the same way
Instadash
by instadash

Live data grids for AI agents. Push structured data; humans review, agents read back via MCP.

answering
Foodblock MCP
by foodxdevelopment

Food data tools for any AI agent. Describe food in English, get structured data back.

44 installs/wk local only
DataSnipe MCP
by datasnipe

Extract structured data points from research papers and other documents with an LLM.

answering
C
Hydrafetch
by hydrafetch

Turn any URL into clean Markdown and structured data. Scrape, crawl, search and extract.

13 tools answering
Fuel Prices
by johnisanerd

Gas and fuel prices by station and area, as structured data via a hosted MCP server.

answering
Atlas Red mind maps
by atlas-red

Create, edit, restructure, import and export Atlas Red mind maps from any MCP client. Free.

answering
Aurora
by aurora

Create, edit, preview, and deploy full-stack web apps to a live URL from any MCP client.

answering
Computer-Use Agents API
by hcompai

Run and manage H Company's Computer-Use Agents from any MCP client.

9 tools answering

Pane — questions

Answers built from our own checks of this server.

Why is there no uptime for Pane?
Pane runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @paneui/mcp was installed 33 times last week.
Is Pane still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Pane?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @paneui/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Pane?
The npm package @paneui/mcp was installed 33 times in the last week. Week over week that is +133%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.