Install Gillya CLI
AI marketing assistant for PPC, CRM, SEO — directly in your terminal and Claude Code. Install in 3 steps.
1. Global Installation
Install Gillya CLI via npm:
npm install -g gillya-cli
Requires Node.js 18+ and npm. Works on Windows, macOS, and Linux.
2. Log in
Authorize via browser — the token is stored locally:
gillya login
If you don't have an account yet, create one: gillya register
3. Connect to Claude Code
Run in your project directory:
gillya connect
Gillya automatically connects to all AI agents found in your project:
- Claude Code — .claude/mcp.json
- Cursor — .cursor/mcp.json
- Cline — .cline/mcp.json
- Windsurf — .windsurf/mcp.json
- Continue — .continue/config.json
- VS Code Copilot — .vscode/settings.json
- pi.dev — .pi/extensions/gillya.ts (команди /gillya-chat, /gillya-status, /gillya-config, /gillya-set-provider)
- Claude Desktop — глобальний конфіг
After restarting your AI agent, Gillya tools are ready.
Available tools
After connecting, these tools become available in Claude Code:
- cluster_keywords — keyword clustering by intent
- analyze_troas — target ROAS calculation
- crm_connect — connect CRM (HubSpot, Pipedrive)
- crm_sync_lead — sync leads to CRM
- crm_status — check CRM status
Usage example
# Install
npm install -g gillya-cli
# Login
gillya login
# Connect to Claude Code
cd /my/project
gillya connect
# Now in Claude Code you can say:
# "analyze these keywords with Gillya"
# "calculate tROAS for 1000 UAH budget"