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_…API key — find it on your account page
Add the MCP Server
Run this command in your terminal:
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 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.