Manages environment variables for the ClickFunnels API configuration.
Allows cloning the ClickFunnels MCP repository from GitHub to set up the integration.
Used for installing dependencies and building the MCP server project.
ClickFunnels MCP Framework
This is a Model Context Protocol (MCP) server for integrating ClickFunnels with Claude Desktop.
Setup Instructions
- Clone this repository:
- Install dependencies:
- Update the
.env
file with your ClickFunnels API credentials:
- Build the project:
- 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:
- 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:
- "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
- 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
- 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 environmentlist_funnels
- Lists all funnels from your ClickFunnels accountget_funnel
- Gets a specific funnel by IDlist_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
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
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.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.Last updated -235TypeScript
- -securityFlicense-qualityA Model Context Protocol server for Claude Desktop that provides structured memory management across chat sessions, allowing Claude to maintain context and build a knowledge base within project directories.Last updated -2TypeScript
- AsecurityAlicenseAqualityA collection of Model Context Protocol servers that enable Claude Desktop to provide development assistance capabilities with filesystem, Git, shell command, and web search functionality without incurring API usage costs.Last updated -219TypeScriptMIT License
- AsecurityAlicenseAqualityA utility tool that enables Claude Desktop to interact with external tools via the Model Context Protocol, providing features like email sending and simple calculations while simplifying the MCP setup process.Last updated -2612JavaScriptMIT License