Globodai Phantombuster
БесплатноНе проверенA Model Context Protocol (MCP) server that provides tools to interact with the PhantomBuster automation platform, enabling agent management, execution monitorin
Описание
A Model Context Protocol (MCP) server that provides tools to interact with the PhantomBuster automation platform, enabling agent management, execution monitoring, and result retrieval through MCP-compatible AI assistants.
README
A Model Context Protocol (MCP) server that provides tools to interact with the PhantomBuster automation platform. Manage your agents (phantoms), monitor executions, and retrieve results — all through MCP-compatible AI assistants.
Features
- 🤖 Agent Management — List, get, launch, stop, and delete agents
- 📦 Container Monitoring — List and inspect execution containers
- 📊 Results Retrieval — Get agent output and structured result objects
- 🔒 Secure — API key via environment variable, never hardcoded
Quick Start
Using npx (recommended)
No installation required:
npx globodai-mcp-phantombuster
Install globally
npm install -g globodai-mcp-phantombuster
mcp-phantombuster
Configuration
Environment Variable
Set your PhantomBuster API key:
export PHANTOMBUSTER_API_KEY="YOUR_API_KEY"
📝 Get your API key from PhantomBuster Workspace Settings
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"phantombuster": {
"command": "npx",
"args": ["-y", "globodai-mcp-phantombuster"],
"env": {
"PHANTOMBUSTER_API_KEY": "YOUR_API_KEY"
}
}
}
}
Cursor
Add to your Cursor MCP settings:
{
"mcpServers": {
"phantombuster": {
"command": "npx",
"args": ["-y", "globodai-mcp-phantombuster"],
"env": {
"PHANTOMBUSTER_API_KEY": "YOUR_API_KEY"
}
}
}
}
Available Tools
Agent Tools
| Tool | Description |
|---|---|
phantombuster_list_agents |
List all agents in your organization |
phantombuster_get_agent |
Get details of a specific agent by ID |
phantombuster_launch_agent |
Launch an agent (add to queue), with optional arguments |
phantombuster_stop_agent |
Stop a running agent |
phantombuster_delete_agent |
Permanently delete an agent |
Container Tools
| Tool | Description |
|---|---|
phantombuster_list_containers |
List all containers (runs) for an agent |
phantombuster_get_container |
Get details of a specific container |
Result Tools
| Tool | Description |
|---|---|
phantombuster_get_agent_output |
Get console output from the latest execution |
phantombuster_get_container_result |
Get structured result data from a container |
Usage Examples
List all your agents
"List all my PhantomBuster agents"
Launch an agent with custom arguments
"Launch PhantomBuster agent 12345 with argument: {"search": "AI startups"}"
Monitor an execution
"What's the output of agent 12345? Is it still running?"
Get results from a run
"Get the results from container abc123"
Development
# Clone the repository
git clone https://github.com/globodai-group/mcp-phantombuster.git
cd mcp-phantombuster
# Install dependencies
npm install
# Run in development mode
PHANTOMBUSTER_API_KEY="YOUR_API_KEY" npm run dev
# Build
npm run build
# Type check
npm run lint
API Reference
This MCP server wraps the PhantomBuster API v2:
- Base URL:
https://api.phantombuster.com/api/v2 - Auth:
X-Phantombuster-Keyheader - Full API Documentation
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
License
Built with ❤️ by GlobodAI
Установить Globodai Phantombuster в Claude Desktop, Claude Code, Cursor
unyly install globodai-mcp-phantombusterСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add globodai-mcp-phantombuster -- npx -y github:globodai-group/mcp-phantombusterFAQ
Globodai Phantombuster MCP бесплатный?
Да, Globodai Phantombuster MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Globodai Phantombuster?
Нет, Globodai Phantombuster работает без API-ключей и переменных окружения.
Globodai Phantombuster — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Globodai Phantombuster в Claude Desktop, Claude Code или Cursor?
Открой Globodai Phantombuster на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Globodai Phantombuster with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
