Connect an AI agent to your PandaSuite Studio project. Read-only exploration of screens, units, structure, and state via the PandaSuite MCP (https://mcp.pandasuite.com), plus a getting-started skill. Works in Claude Code, Codex, Cursor, and Gemini CLI.
Authentication is OAuth — no API key to paste. Most tools trigger it on first connect; Codex uses an explicit codex mcp login pandasuite (see below).
Claude Code
/plugin marketplace add pandasuite/ai-plugin, then/plugin install pandasuite@pandasuite.- Local (dev):
claude --plugin-dir /path/to/ai-plugin(the cloned repo).
Gemini CLI
gemini extensions install https://github.com/pandasuite/ai-plugin
Codex
- Install:
codex plugin marketplace add pandasuite/ai-plugin, thencodex plugin add pandasuite@pandasuite. (Or runcodexand use/pluginsin the TUI.) - Sign in:
codex mcp login pandasuite— opens your browser for PandaSuite OAuth. Verify withcodex mcp get pandasuite.
Cursor
- Install from this repo via Cursor's plugin settings (ships
.cursor-plugin/plugin.json).
- The PandaSuite MCP (code mode): session tools
openProject/getCurrentProject, account discoverylistPublications/listChannels, plusdescribe(the catalog manual) andexecute(runs JavaScript over thecodemode.*catalog). - A
getting-startedskill explaining the domain model and the connect →listPublications→openProject→describe→executeflow.