ClickFunnels MCP FrameworkServer

illGATESmusic
GitHub
ClickFunnelsIntegrationMCP

Loading subscription status...

💡 Description

This is a Model Context Protocol (MCP) server designed to integrate ClickFunnels with Claude Desktop, allowing users to list and retrieve funnels and contacts from their ClickFunnels account using natural language.

📝 JSON Entries

{
  "mcpServers": [
    {
      "clickfunnels-mcp-framework": {
        "cwd": "/absolute/path/to/click-funnels-mcp-shared",
        "env": {
          "PORT": "3002",
          "NODE_ENV": "production",
          "MCP_LOG_DIR": "/absolute/path/to/click-funnels-mcp-shared/logs",
          "NODE_OPTIONS": "--max-old-space-size=256",
          "MCP_LOG_LEVEL": "debug",
          "MCP_LOG_TO_FILE": "true",
          "MCP_LOG_TO_CONSOLE": "true",
          "CLICKFUNNELS_API_BASE": "https://your-domain.myclickfunnels.com/api/v2",
          "CLICKFUNNELS_API_TOKEN": "YOUR_API_TOKEN_HERE",
          "CLICKFUNNELS_WORKSPACE_ID": "123456",
          "CLICKFUNNELS_WORKSPACE_SUBDOMAIN": "your-subdomain"
        },
        "args": [
          "/absolute/path/to/click-funnels-mcp-shared/dist/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

debuglist_funnelsget_funnellist_contacts

Features

  • Integrates ClickFunnels with Claude Desktop
  • Allows listing and retrieval of funnels and contacts

💬 Example Queries

  • List all my funnels in ClickFunnels
  • Retrieve a specific funnel by ID
  • Show me my contacts in ClickFunnels