PF CreatePrompt · Publish
Profit

Connecting PF Create to Claude Code

Difficulty: Easy — one terminal command.
Requires: Claude Code CLI

Before You Start

Add the MCP Server

Run this command in your terminal:

claude mcp add pfcreate --transport sse https://mcp.pfcreate.ca/sse -H "Authorization: Bearer pfk_YOUR_KEY_HERE"

Verify

claude mcp list

You should see pfcreate listed as a connected server.

Troubleshooting

Command not found — Install Claude Code: npm install -g @anthropic-ai/claude-code

401 errors — Check your API key includes the full pfk_ prefix.

Back to all connection guides