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
- 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.
Add the MCP Server
claude mcp add peeperfrog-create --transport sse https://mcp.pfcreate.ca/sseVerify
claude mcp listAuthorize
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, 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.