PF CreatePrompt · Publish
Profit

Connecting PF Create to Gemini CLI

Difficulty: Easy — edit one config file.
Requires: Node.js 20+, a Google account, and a free Google AI Studio API key

Before You Start

  • Your pfk_… API key — find it on your account page
  • Install Gemini CLI: npm install -g @google/gemini-cli

Config File

Edit ~/.gemini/settings.json:

{"mcpServers":{"pfcreate":{"httpUrl":"https://mcp.pfcreate.ca/sse","headers":{"Authorization":"Bearer pfk_YOUR_KEY_HERE"}}}}

Activate

  1. Replace pfk_YOUR_KEY_HERE with your API key.
  2. Run gemini in your terminal.
  3. PF Create tools will be available automatically.

Troubleshooting

Tools not appearing — Confirm settings.json path and restart Gemini CLI.

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

Back to all connection guides