globodai-mcp-phantombuster
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@globodai-mcp-phantombusterList all my PhantomBuster agents"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server for PhantomBuster
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
Related MCP server: MCP Server Demo
Quick Start
Using npx (recommended)
No installation required:
npx globodai-mcp-phantombusterInstall globally
npm install -g globodai-mcp-phantombuster
mcp-phantombusterConfiguration
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 |
| List all agents in your organization |
| Get details of a specific agent by ID |
| Launch an agent (add to queue), with optional arguments |
| Stop a running agent |
| Permanently delete an agent |
Container Tools
Tool | Description |
| List all containers (runs) for an agent |
| Get details of a specific container |
Result Tools
Tool | Description |
| Get console output from the latest execution |
| 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 lintAPI Reference
This MCP server wraps the PhantomBuster API v2:
Base URL:
https://api.phantombuster.com/api/v2Auth:
X-Phantombuster-Keyheader
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
License
Built with ❤️ by GlobodAI
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
MCP server for building and testing AI agents with multi-model experimentation and insights.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceA Model Context Protocol server that enables AI agents to interact with n8n workflows and automation tools through a standardized interface, allowing execution of workflows and access to n8n functions.-
- FlicenseBqualityDmaintenanceA Model Context Protocol server implementation that can be run directly or through Docker, enabling AI assistants to interact with external systems through the MCP standard.2-
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables AI assistants to make HTTP requests (GET, POST, PUT, DELETE) to external APIs through standardized MCP tools.42MIT
- FlicenseNot gradedqualityDmaintenanceA robust, lightweight Model Context Protocol (MCP) server designed to empower your AI Agents with context-awareness, safe execution sandboxes, and dedicated thought logs.-