Colour PF Create with splash
Loading…

Connecting PF Create to Dify

Connecting PF Create to Dify

Difficulty: Easy — tool provider setup.
Requires: Dify Cloud or self-hosted v0.8+

Before You Start

Dify Cloud Steps

  1. Navigate to ToolsCreate Tool → select MCP Server type.
  2. Paste SSE URL: https://mcp.pfcreate.ca/sse
  3. In the auth section, add header: Authorization: Bearer pfk_YOUR_KEY_HERE
  4. Test connection in tool preview.
  5. Add the tool to your Agent or Chatflow application.

Self-Hosted Dify

Same steps as above, plus ensure MCP is enabled in your docker-compose.yml:

MCP_ENABLED=true

Add this under the dify-api environment section and restart the service.

Troubleshooting

MCP Server type not available — Update Dify to v0.8+ and ensure MCP_ENABLED=true is set for self-hosted.

401 errors — Confirm the full pfk_ prefix is present in your key.

Back to all connection guides