Skip to main content
Glama

ClickFunnels MCP Framework

ClickFunnels MCPフレームワーク

これは、ClickFunnels と Claude Desktop を統合するための Model Context Protocol (MCP) サーバーです。

セットアップ手順

  1. このリポジトリをクローンします:
git clone https://github.com/illGATESmusic/click-funnels-mcp-shared.git cd click-funnels-mcp-shared
  1. 依存関係をインストールします:
npm install
  1. ClickFunnels 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
  1. プロジェクトをビルドします。
npm run build
  1. Claude 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" } ] }
  1. 変更を適用するには、Claude Desktop を再起動します。

トラブルシューティング

問題が発生した場合は、次のログを確認してください。

  • /Users/username/Library/Logs/Claude/mcp-server-clickfunnels-mcp-framework.log

よくある問題:

  1. 「そのようなファイルまたはディレクトリはありません」というエラー:
    • 必要なディレクトリ(ログ、ツール、プロンプト、リソース)がすべて存在することを確認します。
    • claude_desktop_config.jsonのパスがサーバーの絶対パスと一致していることを確認します。
    • 設定の「cwd」フィールドは適切なパス解決に重要です。
  2. サーバーは直ちに切断されます:
    • 設定で正しいサーバー名を使用していることを確認してください
    • すべての環境変数が正しく設定されていることを確認する
    • ログディレクトリが存在し、書き込み可能であることを確認してください
  3. API 接続エラー:
    • ClickFunnels APIの認証情報が正しいことを確認してください
    • APIレート制限に達していないか確認する

それでも問題が解決しない場合は、 TROUBLESHOOTING.mdスクリプトを実行して診断情報を収集します。

利用可能なツール

この MCP サーバーは次のツールを提供します。

  • debug - 現在の環境に関するデバッグ情報を提供します
  • list_funnels - ClickFunnelsアカウントのすべてのファネルを一覧表示します
  • get_funnel - IDで特定のファネルを取得する
  • list_contacts - ClickFunnelsアカウントの連絡先をリストします

貢献

問題が発生した場合や提案がある場合は、問題を開くか、プル リクエストを送信してください。

ライセンス

マサチューセッツ工科大学

-
security - not tested
-
license - not tested
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

ClickFunnels を Claude Desktop と統合するモデル コンテキスト プロトコル サーバー。これにより、ユーザーは自然言語を使用して ClickFunnels アカウントからファネルと連絡先を一覧表示および取得できるようになります。

  1. セットアップ手順
    1. トラブルシューティング
      1. 利用可能なツール
        1. 貢献
          1. ライセンス

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables Large Language Models to seamlessly interact with ClickHouse databases, supporting resource listing, schema retrieval, and query execution.
              Last updated -
              1
              Python
              MIT License
              • Linux
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables Claude to interact with the ConnectWise Manage API to perform operations like retrieving, creating, updating, and deleting tickets, companies, contacts, and other entities.
              Last updated -
              JavaScript
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server implementation that provides a standardized interface for interacting with Spiral's language models, offering tools to generate text from prompts, files, or web URLs.
              Last updated -
              14
              Python
              • Linux
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables Large Language Models to interact with ClickUp workspace tasks and data, allowing creation and retrieval of tasks through natural language.
              Last updated -
              59
              TypeScript
              MIT License
              • Apple

            View all related MCP servers

            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