Skip to main content
Glama
illGATESmusic

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 を再起動します。

Related MCP server: PostHog MCP Server

トラブルシューティング

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

  • /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アカウントの連絡先をリストします

貢献

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

ライセンス

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

Maintenance

ActivityInactive
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A 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.
    22
    6
    MIT
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    A 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
  • F
    license
    Not graded
    quality
    D
    maintenance
    A 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

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