JUHE API Marketplace
illGATESmusic avatar
MCP Server

ClickFunnels MCP Framework

A Model Context Protocol server that integrates ClickFunnels with Claude Desktop, allowing users to list and retrieve funnels and contacts from their ClickFunnels account through natural language.

0
GitHub Stars
11/17/2025
Last Updated
MCP Server Configuration
1{
2 "name": "clickfunnels-mcp-framework",
3 "command": "node",
4 "args": [
5 "/absolute/path/to/click-funnels-mcp-shared/dist/index.js"
6 ],
7 "env": {
8 "PORT": "3002",
9 "CLICKFUNNELS_API_BASE": "https://your-domain.myclickfunnels.com/api/v2",
10 "CLICKFUNNELS_WORKSPACE_ID": "123456",
11 "CLICKFUNNELS_API_TOKEN": "YOUR_API_TOKEN_HERE",
12 "CLICKFUNNELS_WORKSPACE_SUBDOMAIN": "your-subdomain",
13 "NODE_ENV": "production",
14 "MCP_LOG_LEVEL": "debug",
15 "MCP_LOG_TO_CONSOLE": "true",
16 "MCP_LOG_TO_FILE": "true",
17 "MCP_LOG_DIR": "/absolute/path/to/click-funnels-mcp-shared/logs",
18 "NODE_OPTIONS": "--max-old-space-size=256"
19 },
20 "cwd": "/absolute/path/to/click-funnels-mcp-shared"
21}
JSON21 lines
  1. Home
  2. MCP Servers
  3. click-funnels-mcp-shared

README Documentation

ClickFunnels MCP Framework

This is a Model Context Protocol (MCP) server for integrating ClickFunnels with Claude Desktop.

Setup Instructions

  1. Clone this repository:
git clone https://github.com/illGATESmusic/click-funnels-mcp-shared.git
cd click-funnels-mcp-shared
  1. Install dependencies:
npm install
  1. Update the .env file with your ClickFunnels API credentials:
PORT=3002
CLICKFUNNELS_API_BASE=https://your-domain.myclickfunnels.com/api/v2
CLICKFUNNELS_WORKSPACE_ID=123456
CLICKFUNNELS_API_TOKEN=YOUR_API_TOKEN_HERE
CLICKFUNNELS_WORKSPACE_SUBDOMAIN=your-subdomain
NODE_ENV=production
  1. Build the project:
npm run build
  1. Update your Claude Desktop config:

Edit your Claude Desktop config file (located at ~/Library/Application Support/Claude/claude_desktop_config.json on Mac or appropriate location for your OS) to include this server:

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

Troubleshooting

If you encounter any issues, check the logs at:

  • /Users/username/Library/Logs/Claude/mcp-server-clickfunnels-mcp-framework.log

Common issues:

  1. "No such file or directory" error:

    • Make sure all required directories exist (logs, tools, prompts, resources)
    • Ensure the path in claude_desktop_config.json matches the absolute path to your server
    • The "cwd" field in the configuration is critical for proper path resolution
  2. Server disconnects immediately:

    • Check that you're using the correct server name in the configuration
    • Verify all environment variables are correctly set
    • Make sure logs directory exists and is writable
  3. API connection errors:

    • Verify your ClickFunnels API credentials are correct
    • Check if you've reached any API rate limits

If all else fails, run the TROUBLESHOOTING.md script to collect diagnostic information.

Available Tools

This MCP server provides the following tools:

  • debug - Provides debugging information about the current environment
  • list_funnels - Lists all funnels from your ClickFunnels account
  • get_funnel - Gets a specific funnel by ID
  • list_contacts - Lists contacts from your ClickFunnels account

Contributing

If you encounter any issues or have suggestions, please open an issue or submit a pull request.

License

MIT

Quick Install

Quick Actions

View on GitHubView All Servers

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.

Learn More
JUHE API Marketplace

Accelerate development, innovate faster, and transform your business with our comprehensive API ecosystem.

JUHE API VS

  • vs. RapidAPI
  • vs. API Layer
  • API Platforms 2025
  • API Marketplaces 2025
  • Best Alternatives to RapidAPI

For Developers

  • Console
  • Collections
  • Documentation
  • MCP Servers
  • Free APIs
  • Temp Mail Demo

Product

  • Browse APIs
  • Suggest an API
  • Wisdom Gate LLM
  • Global SMS Messaging
  • Temp Mail API

Company

  • What's New
  • Welcome
  • About Us
  • Contact Support
  • Terms of Service
  • Privacy Policy
Featured on Startup FameFeatured on Twelve ToolsFazier badgeJuheAPI Marketplace - Connect smarter, beyond APIs | Product Huntai tools code.marketDang.ai
Copyright © 2025 - All rights reserved