Skip to content

MCP setup

This is the shortest path to a working PlanExe MCP integration.


1. Understand the flow

  1. Ask for prompt examples.
  2. Expand the user idea into a high‑quality prompt.
  3. Create the plan task.
  4. Poll for status.
  5. Download the report (HTML or zip).

2. Minimal tool usage

  1. prompt_examples
  2. task_create
  3. task_status
  4. task_download

3. Success criteria

  • You can fetch example prompts.
  • You can create a plan task.
  • You can download the report artifact.

Next steps