Pane for Grok
io.github.aerolalit/pane
Hand a human a rich interactive UI by URL and get structured data back, from any MCP client.
client:Grok
transport:stdio
runtime:npm
Install Pane in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"pane": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs