ClickFunnels MCP Framework
ClickFunnels MCP 프레임워크
이는 ClickFunnels를 Claude Desktop과 통합하기 위한 MCP(Model Context Protocol) 서버입니다.
설치 지침
이 저장소를 복제하세요:
지엑스피1
종속성 설치:
npm installClickFunnels API 자격 증명으로
.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프로젝트를 빌드하세요:
npm run buildClaude Desktop 구성을 업데이트하세요.
Mac에서는 ~/Library/Application Support/Claude/claude_desktop_config.json 에 있고, OS에 맞는 적절한 위치에 있는 Claude Desktop 구성 파일을 편집하여 이 서버를 포함하세요.
{
"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"
}
]
}변경 사항을 적용하려면 Claude Desktop을 다시 시작하세요.
Related MCP server: PostHog MCP Server
문제 해결
문제가 발생하면 다음 위치에서 로그를 확인하세요.
/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 계정의 연락처를 나열합니다.
기여하다
문제가 발생하거나 제안 사항이 있는 경우, 이슈를 개설하거나 풀 리퀘스트를 제출해 주세요.
특허
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