ClickFunnels MCP 框架
这是一个用于将 ClickFunnels 与 Claude Desktop 集成的模型上下文协议 (MCP) 服务器。
设置说明
克隆此存储库:
安装依赖项:
使用您的 ClickFunnels API 凭据更新
.env
文件:
构建项目:
更新您的 Claude 桌面配置:
编辑您的 Claude Desktop 配置文件(位于 Mac 上的~/Library/Application Support/Claude/claude_desktop_config.json
或适合您操作系统的位置)以包含此服务器:
重新启动 Claude Desktop 以应用更改。
故障排除
如果遇到任何问题,请检查以下日志:
/Users/username/Library/Logs/Claude/mcp-server-clickfunnels-mcp-framework.log
常见问题:
“没有此文件或目录”错误:
确保所有必需的目录都存在(日志、工具、提示、资源)
确保
claude_desktop_config.json
中的路径与服务器的绝对路径匹配配置中的“cwd”字段对于正确的路径解析至关重要
服务器立即断开连接:
检查您在配置中使用的服务器名称是否正确
验证所有环境变量是否正确设置
确保日志目录存在且可写
API 连接错误:
验证您的 ClickFunnels API 凭据是否正确
检查是否已达到任何 API 速率限制
如果其他方法都失败,请运行TROUBLESHOOTING.md
脚本来收集诊断信息。
可用工具
该 MCP 服务器提供以下工具:
debug
- 提供有关当前环境的调试信息list_funnels
- 列出您的 ClickFunnels 帐户中的所有漏斗get_funnel
- 根据 ID 获取特定漏斗list_contacts
- 列出您的 ClickFunnels 帐户中的联系人
贡献
如果您遇到任何问题或有建议,请打开问题或提交拉取请求。
执照
麻省理工学院
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.
将 ClickFunnels 与 Claude Desktop 集成的模型上下文协议服务器,允许用户通过自然语言从他们的 ClickFunnels 帐户列出和检索渠道和联系人。
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 -325
- -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 -3
- 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 -219MIT 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 -2813MIT License