For MCP setup, EITHER perform the following five steps, OR use Codex CLI instructions (see below):
Open MCP server settings
In the ChatGPT desktop app, open Settings → Plugins → MCPs, then select Add → Add MCP Server.
Name
Name it SlideSleuth and choose STDIO.
Enter these values
Command to launch/Applications/SlideSleuth.app/Contents/MacOS/SlideSleuthArguments/Applications/SlideSleuth.app/Contents/Resources/slidesleuth-mcp.cjsEnvironment Variable (Key)ELECTRON_RUN_AS_NODEEnvironment Variable (Value)1'Environment variable passthrough' and 'Working Directory' can be left empty.
Save and restart
Save the inputted values, restart ChatGPT, then start a new chat (in either ChatGPT Work or Codex), type
/mcpin the chat and hit enter. SlideSleuth should included in the plugin list as 'Enabled'Prompt examples
Try the example prompts below to explore SlideSleuth’s MCP capabilities.
Prefer Codex CLI?
Run this once in Terminal to add the same user-level server described above (requires the Codex CLI to be on your PATH):
codex mcp add slidesleuth --env ELECTRON_RUN_AS_NODE=1 -- "/Applications/SlideSleuth.app/Contents/MacOS/SlideSleuth" "/Applications/SlideSleuth.app/Contents/Resources/slidesleuth-mcp.cjs"Restart the ChatGPT desktop app, Codex CLI, or IDE extension after changing the configuration.