Loading subscription status...
{
"mcpServers": [
{
"clickfunnels-mcp-framework": {
"cwd": "/absolute/path/to/click-funnels-mcp-shared",
"env": {
"PORT": "3002",
"NODE_ENV": "production",
"MCP_LOG_DIR": "/absolute/path/to/click-funnels-mcp-shared/logs",
"NODE_OPTIONS": "--max-old-space-size=256",
"MCP_LOG_LEVEL": "debug",
"MCP_LOG_TO_FILE": "true",
"MCP_LOG_TO_CONSOLE": "true",
"CLICKFUNNELS_API_BASE": "https://your-domain.myclickfunnels.com/api/v2",
"CLICKFUNNELS_API_TOKEN": "YOUR_API_TOKEN_HERE",
"CLICKFUNNELS_WORKSPACE_ID": "123456",
"CLICKFUNNELS_WORKSPACE_SUBDOMAIN": "your-subdomain"
},
"args": [
"/absolute/path/to/click-funnels-mcp-shared/dist/index.js"
],
"command": "node"
}
}
]
}