Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Globodai Phantombuster

FreeNot checked

A Model Context Protocol (MCP) server that provides tools to interact with the PhantomBuster automation platform, enabling agent management, execution monitorin

GitHubEmbed

About

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

CI npm version License: MIT

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:

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

MIT


Built with ❤️ by GlobodAI

from github.com/globodai-group/mcp-phantombuster

Install Globodai Phantombuster in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install globodai-mcp-phantombuster

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add globodai-mcp-phantombuster -- npx -y github:globodai-group/mcp-phantombuster

FAQ

Is Globodai Phantombuster MCP free?

Yes, Globodai Phantombuster MCP is free — one-click install via Unyly at no cost.

Does Globodai Phantombuster need an API key?

No, Globodai Phantombuster runs without API keys or environment variables.

Is Globodai Phantombuster hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Globodai Phantombuster in Claude Desktop, Claude Code or Cursor?

Open Globodai Phantombuster on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Globodai Phantombuster with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs