ClickFunnels MCP Framework
ClickFunnels MCPフレームワーク
これは、ClickFunnels と Claude Desktop を統合するための Model Context Protocol (MCP) サーバーです。
セットアップ手順
このリポジトリをクローンします:
git clone https://github.com/illGATESmusic/click-funnels-mcp-shared.git
cd click-funnels-mcp-shared依存関係をインストールします:
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 の設定を更新します。
Claude Desktop 構成ファイル (Mac の場合は~/Library/Application Support/Claude/claude_desktop_config.json 、OS の場合は適切な場所) を編集して、次のサーバーを追加します。
{
"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アカウントの連絡先をリストします
貢献
問題が発生した場合や提案がある場合は、問題を開くか、プル リクエストを送信してください。
ライセンス
マサチューセッツ工科大学
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