PopUp Organizer for Grok
com.usepopup/organizer
Read-only MCP server for PopUp — search vendors, manage events, and track applications.
client:Grok
transport:stdio
runtime:npm
Install PopUp Organizer in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"organizer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@popupspacesystems/mcp-server"
],
"env": {
"POPUP_API_KEY": "<POPUP_API_KEY>",
"POPUP_API_BASE": "<POPUP_API_BASE>"
}
}
}
}
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