ClickFunnels MCP Framework
Marco MCP de ClickFunnels
Este es un servidor de Protocolo de contexto de modelo (MCP) para integrar ClickFunnels con Claude Desktop.
Instrucciones de configuración
Clonar este repositorio:
git clone https://github.com/illGATESmusic/click-funnels-mcp-shared.git
cd click-funnels-mcp-sharedInstalar dependencias:
npm installActualice el archivo
.envcon sus credenciales de API de ClickFunnels:
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=productionConstruir el proyecto:
npm run buildActualice la configuración de Claude Desktop:
Edite el archivo de configuración de Claude Desktop (ubicado en ~/Library/Application Support/Claude/claude_desktop_config.json en Mac o en la ubicación adecuada para su sistema operativo) para incluir este servidor:
{
"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"
}
]
}Reinicie Claude Desktop para aplicar los cambios.
Related MCP server: PostHog MCP Server
Solución de problemas
Si encuentra algún problema, consulte los registros en:
/Users/username/Library/Logs/Claude/mcp-server-clickfunnels-mcp-framework.log
Problemas comunes:
Error "No existe el archivo o directorio":
Asegúrese de que existan todos los directorios necesarios (registros, herramientas, indicaciones, recursos)
Asegúrese de que la ruta en
claude_desktop_config.jsoncoincida con la ruta absoluta a su servidorEl campo "cwd" en la configuración es fundamental para la correcta resolución de la ruta.
El servidor se desconecta inmediatamente:
Comprueba que estás utilizando el nombre de servidor correcto en la configuración
Verifique que todas las variables de entorno estén configuradas correctamente
Asegúrese de que el directorio de registros exista y se pueda escribir en él
Errores de conexión API:
Verifique que sus credenciales de API de ClickFunnels sean correctas
Comprueba si has alcanzado algún límite de velocidad de API
Si todo lo demás falla, ejecute el script TROUBLESHOOTING.md para recopilar información de diagnóstico.
Herramientas disponibles
Este servidor MCP proporciona las siguientes herramientas:
debug: proporciona información de depuración sobre el entorno actuallist_funnels: enumera todos los embudos de su cuenta de ClickFunnelsget_funnel- Obtiene un embudo específico por IDlist_contacts: enumera los contactos de su cuenta de ClickFunnels
Contribuyendo
Si encuentra algún problema o tiene sugerencias, abra un problema o envíe una solicitud de extracción.
Licencia
Instituto Tecnológico de Massachusetts (MIT)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
A Model Context Protocol server for Wix AI tools
Marketo MCP server for AI. 130 tools to operate Marketo from Claude, Cursor, or ChatGPT.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA 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.226MIT

PostHog MCP Serverofficial
-licenseNot gradedqualityNot gradedmaintenanceA Model Context Protocol server that enables Claude Desktop users to interact directly with PostHog, allowing them to view projects and create annotations through natural language commands.10- FlicenseBqualityDmaintenanceA Model Context Protocol server that enables users to kickoff and monitor deployed CrewAI workflows through Claude Desktop.258
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that allows integration with Claude Desktop by creating and managing custom tools that can be executed through the MCP framework.88
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/illGATESmusic/click-funnels-mcp-shared'
If you have feedback or need assistance with the MCP directory API, please join our Discord server