Colour PF Create with splash
Loading…

Connecting PF Create to n8n

Connecting PF Create to n8n

Difficulty: Moderate — requires n8n with MCP Client Tool node.
Requires: n8n Cloud or self-hosted n8n (latest version)

Before You Start

  • Your pfk_… API key — find it on your account page
  • n8n running on Cloud or self-hosted (update to the latest version to ensure MCP nodes are available)

How n8n + PF Create Works

n8n supports MCP through the MCP Client Tool node. Add it to an AI Agent workflow and it exposes all PF Create tools directly to your n8n AI agent.

Steps

  1. Open n8n and create a new workflow containing an AI Agent node.
  2. In the agent’s tools panel, click Add ToolMCP Client Tool.
  3. Create a new credential of type MCP Client (SSE):
    • URL: https://mcp.pfcreate.ca/sse
    • Authentication: Bearer Token
    • Header Name: Authorization
    • Header Value: Bearer pfk_YOUR_KEY_HERE
  4. Save the credential and configure the MCP Client Tool node to List Tools on connection.
  5. PF Create tools are now available to your AI agent in n8n workflows.

Example Workflow

Trigger → AI Agent (with PF Create MCP tool) → generate an image → upload to WordPress → send Slack notification.

Troubleshooting

MCP nodes not visible — Update n8n to the latest version.

401 errors — Check the Authorization header value includes Bearer (with a space) before your key.

Back to all connection guides