Colour PF Create with splash
Loading…

Connecting PF Create to Cursor

Connecting PF Create to Cursor

Difficulty: Easy — add a JSON config file.
Requires: Cursor v0.42+

Before You Start

  • Your pfk_… Portal Access Key — log in at user.pfcreate.ca, select Security from the menu, click Rotate Portal Access Key, and copy the key immediately. It will not be shown again.

Config

Create .cursor/mcp.json in your project root (or ~/.cursor/mcp.json for all projects):

{
  "mcpServers": {
    "pfcreate": {
      "url": "https://mcp.pfcreate.ca/sse",
      "headers": {"Authorization": "Bearer pfk_YOUR_KEY_HERE"}
    }
  }
}

Activate

  1. Replace pfk_YOUR_KEY_HERE with your Portal Access Key.
  2. Open Cursor SettingsMCP — server should show a green indicator.
  3. If it doesn’t appear, restart Cursor.

Troubleshooting

401 errors — Check the full pfk_ prefix is present.

Back to all connection guides