PF CreatePrompt · Publish
Profit

Connecting PF Create to Claude Desktop

Difficulty: Easy — edit one JSON config file.
Requires: Claude Desktop (any plan)

Before You Start

Config File

Edit claude_desktop_config.json:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{"mcpServers":{"pfcreate":{"command":"npx","args":["-y","mcp-remote","https://mcp.pfcreate.ca/sse","--header","Authorization: Bearer pfk_YOUR_KEY_HERE"]}}}

Activate

  1. Replace pfk_YOUR_KEY_HERE with your API key.
  2. Restart Claude Desktop.
  3. PF Create tools will appear in the tools panel.

Troubleshooting

Tools not appearing — Ensure Node.js is installed and restart Claude Desktop fully.

401 errors — Check the Bearer token includes the full pfk_ prefix.

Back to all connection guides