Skip to main content

Prerequisites

  1. Sign up at app.clickflow.com and create an organization
  2. Connect Google Search Console (recommended — enables SEO data and content workflows)
  3. Set up your brand voice (so AI-generated content matches your tone)

Connect

Add this to your .mcp.json (or your MCP client’s config):
.mcp.json
{
  "mcpServers": {
    "clickflow": {
      "type": "http",
      "url": "https://api.clickflow.com/v1/mcp"
    }
  }
}
No API key needed. Your MCP client will open a browser login on first use — you sign in with your regular ClickFlow account (the same login you use at app.clickflow.com).Once connected, your AI assistant can call ClickFlow tools directly. Try asking:
“List my ClickFlow organizations”

Try it: create your first article

This example creates a roadmap item and kicks off the AI drafting workflow.
Call the platform.create_roadmap_item tool:
{
  "keyword": "how to improve SEO rankings",
  "prompt": "Write a comprehensive guide for small business owners",
  "strategy": "How-to guide",
  "start_drafting": true
}
Response:
{
  "roadmap_item_id": "ri_abc123",
  "workflow_id": "wf_xyz789",
  "status": "In Progress",
  "message": "Roadmap item created and drafting started. Poll workflows.get_status for progress."
}
Then poll workflows.get_status with the workflow_id until status is Completed. The output contains html, title, meta_description, and thumbnail_url.

Next steps

Authentication

Deep dive into OAuth, API keys, and headers.

Organizations

Multi-org support and switching between orgs.

Workflows

Understand async workflows, polling, and human review.

All Capabilities

Browse the full capability reference.