PF Create connects to any MCP-compatible AI assistant, IDE, or automation platform. Choose your tool below to get step-by-step setup instructions.
All guides require your pfk_… API key, which you can find on your account page, and the PF Create MCP server URL: https://mcp.pfcreate.ca
AI Chat & Agent Runtimes
- Claude.ai — Easiest. Web browser, no install required. Requires Claude Pro, Team, or Max.
- Claude Desktop — Desktop app. Edit one JSON config file.
- Claude Code — Terminal CLI. One command to connect.
- ChatGPT — Via Developer Mode. Requires Plus, Pro, Team, or Enterprise plan.
- Microsoft Copilot Studio — Enterprise agent builder. MCP is generally available.
- OpenClaw — Open-source autonomous agent runtime. Supports Claude, Gemini, GPT, Grok, and local models via Ollama (DeepSeek, Llama, Mistral, and more).
- Gemini CLI — Google’s terminal AI tool. Free tier available.
IDEs & Coding Tools
- Cursor — AI-native VS Code fork. Project or global JSON config.
- Windsurf — Codeium’s AI IDE. JSON config file.
- GitHub Copilot — In VS Code 1.99+ with agent mode. JSON config file.
- Continue.dev — Open-source AI code assistant for VS Code and JetBrains.
- Zed — High-performance code editor with built-in MCP support.
- Cline — VS Code extension for agentic coding workflows.
Automation & Workflow Platforms
- n8n — Visual workflow automation. Use the MCP Client Tool node in AI Agent workflows.
- Make — No-code automation. Generate an MCP token from your profile settings.
- Zapier — Connect PF Create to 8,000+ apps via Zapier’s MCP server, or call PF Create from inside a Zap.
- Dify — Open-source LLM app builder. Add PF Create via the MCP tool panel.
- Langflow — Visual Python-based agent builder. MCP client and server support in v1.8+.
- Flowise — Drag-and-drop LLM workflow builder. MCP Client tool in v3.1+.
Not Listed Here?
If your tool supports MCP and isn’t listed above, the general connection details are:
- Server URL (SSE):
https://mcp.pfcreate.ca/sse - Server URL (HTTP):
https://mcp.pfcreate.ca - Authentication: Bearer token — use your
pfk_…API key - Header:
Authorization: Bearer pfk_your_key_here
Contact [email protected] if you need help connecting a specific tool.