CMS MCP Connect IDE with a Windows unzip path and zip download
IDE connect package

Appifio Creator · Lesson AS15 · Intermediate · Aura series · MCP

Configure the IDE on Windows
safe paths

Avoid path errors: folders without spaces; use / or \\ exactly as the zip package shows.

Learning goals: Extract the package to the right place; paste config into the IDE; connect successfully.

Prerequisites: AS14 done; machine has an MCP-capable IDE (e.g. Cursor) and Node per the package guide · Next: AS16

1. Map

Creator MCP Connect IDE showing the same Windows path and package notes
Follow package README
Zip from the MCP tab → extract e.g. to C:/appifio-mcp/myapp
→ Open the sample config in the package (usually named example)
→ Copy into the IDE’s MCP settings (correct path)
→ Restart / Reload MCP in the IDE

2. Windows path rules

PreferAvoid
C:/tools/aura-mcp or C:\\tools\\aura-mcpC:\My Documents\Aura MCP (spaces / missing escapes)
Short folder names, no accents if possibleCopying a path from Explorer without doubling \\

The zip usually documents Method A (use /) and Method B (use \\). Pick one and match the sample - see also K12.

3. Steps

  1. Create a folder like C:\appifio-mcp\app-name (no spaces).
  2. Extract the full zip contents there.
  3. Open the sample config → replace path / token per the package guide.
  4. Paste into the IDE’s MCP settings → save → reload.
  5. Ask the IDE AI a small task (list files) to confirm the connection.

4. Limits & common errors

SituationFix
MCP won’t startWrong path / missing Node - re-read the README in the zip
Path has spacesMove to a folder without spaces

5. Checklist

  1. Folder has no spaces?
  2. IDE shows Appifio MCP tools?

AS16 - IDE ↔ Creator conflicts & expired tokens

Appifio Creator · Aura series · AS15