Colour PF Create with splash
Loading…

Connecting PF Create to Claude Code

Connecting PF Create to Claude Code

Difficulty: Easy — one terminal command.
Requires: Claude Code CLI installed (npm install -g @anthropic-ai/claude-code), Claude Pro/Max/Team plan

Before You Start

Add the MCP Server

Run this command in your terminal:

claude mcp add peeperfrog-create --transport sse https://mcp.pfcreate.ca/sse

Verify

claude mcp list

Authorize

The first time Claude Code makes a request to PF Create, a browser window will open with the Authorize page. Paste your pfk_… key and click Approve.

Troubleshooting

Server not listed after adding — Run claude mcp list to confirm it was added, then restart Claude Code.

401 errors — Re-authorize with claude mcp remove peeperfrog-create then add again.

Tools not appearing — Ensure your account has at least one AI provider API key configured. Visit your Services page.

Back to all connection guides