How to integrate Phantombuster MCP with Codex

Trusted by
AWS
Glean
Zoom
Airtable

30 min · no commitment · see it on your stack

Phantombuster logo
Codex logo
divider

Introduction

Codex is one of the most popular coding harnesses out there. And MCP makes the experience even better. With Phantombuster MCP integration, you can draft, triage, summarise emails, and much more, all without leaving the terminal or the app, whichever you prefer.

Also integrate Phantombuster with

Why use Composio?

Apart from a managed and hosted MCP server, you will get:

  • CodeAct: A dedicated workbench that allows GPT to write its code to handle complex tool chaining. Reduces to-and-fro with LLMs for frequent tool calling.
  • Large tool responses: Handle them to minimise context rot.
  • Dynamic just-in-time access to 20,000 tools across 1000+ other Apps for cross-app workflows. It loads the tools you need, so GPTs aren't overwhelmed by tools you don't need.

How to install Phantombuster MCP in Codex

Run the setup command

Run this command in your terminal to add the Composio MCP server to Codex.

Terminal

It will initiate the authentication in a browser window, authorize Codex to access your Composio account.

Composio authentication page

(Optional) Authenticate with OAuth

To authenticate manually, run the login command to open a browser window and authorize Codex to access your Composio account.

bash
codex mcp login composio

Verify the connection

Run codex mcp list to confirm Composio appears as a registered MCP server.

bash
codex mcp list

Codex App

Codex App follows the same approach as VS Code.

  1. Click ⚙️ on the bottom left → MCP Servers → + Add servers → Streamable HTTP:
  2. Fill the header and Key fields with { "x-consumer-api-key" = "ck_*******" }.
  3. The Key is the Composio API key, that you can find on dashboard.composio.dev
  4. Click on Authenticate and authorize Codex to your Composio account and you're all set.
Codex App MCP setup
  1. Restart and verify if it's there in .codex/config.toml
bash
[mcp_servers.composio]
url = "https://connect.composio.dev/mcp"
http_headers = { "x-consumer-api-key" = "ck_*******" }

What is the Phantombuster MCP server, and what's possible with it?

The Phantombuster MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Phantombuster account. It provides structured and secure access to your web automation and data extraction tools, so your agent can perform actions like running agents, fetching reports, exporting usage data, and managing your automations on your behalf.

  • Agent management and monitoring: Instantly list, audit, or fetch details about all your Phantombuster agents and see which are active, deleted, or grouped together.
  • Data extraction and export: Have your agent export detailed usage reports or download CSVs of agent and container activity for analytics and compliance.
  • Automation workflow insight: Get visibility into branches, containers, and deployment differences—helping you track automation changes and resource usage.
  • Organization and account overview: Let your agent retrieve comprehensive organization information or check current API key associations for security and collaboration.
  • IP geolocation support: Enable your agent to look up the physical location of specific IP addresses for auditing or compliance checks.

Supported Tools & Triggers

Tools
Abort Agent (v1)Tool to abort all running instances of an agent using the legacy v1 API.
Delete AgentTool to delete an agent by id.
Delete Lead ObjectsTool to delete one or more lead objects from organization storage.
Delete Many LeadsTool to delete multiple leads from organization storage.
Delete ListTool to delete a storage list by id (Beta).
Delete ScriptTool to delete a script by id.
Get AgentTool to get an agent by its ID.
Get Agent Containers (v1)Tool to get a list of ended containers for an agent, ordered by date.
Get Agent Output (v1)Tool to get incremental data from an agent including console output, status, progress and messages.
Get All AgentsTool to fetch all agents associated with the current user or organization.
Get Deleted AgentsTool to get deleted agents for the current user or organization.
Get Branches DiffTool to get the length difference between the staging and release branch of all scripts.
Get All BranchesTool to fetch all branches associated with the current organization.
Get Containers Fetch AllTool to get all containers associated with a specified agent.
Get Leads By ListTool to fetch leads by their list ID.
Get IP LocationTool to retrieve the country of a given or environment IP address.
Export Agent Usage CSVTool to export agent usage CSV for current organization.
Export Container Usage CSVTool to export container usage CSV for current organization.
Get OrganizationTool to fetch current organization details.
Get Agent GroupsTool to get agent groups and order for the current organization.
Get Organization ResourcesTool to get current organization's resources and usage.
Get Org Running ContainersTool to get the current organization's running containers.
Get Org Storage Lists Fetch AllTool to fetch all storage lists for the authenticated organization.
Get ScriptTool to fetch a script by its unique ID.
Get Script by NameTool to retrieve a script by its name from Phantombuster (Legacy v1 API).
Get Script CodeTool to get the code of a script.
Get All ScriptsTool to fetch all scripts for the current user.
Get User InformationTool to get information about your PhantomBuster account and your agents using the legacy v1 API.
Unschedule All Agent LaunchesTool to unschedule all scheduled launches for agents.
Request AI CompletionTool to request a text completion from the AI module.
Create BranchTool to create a new branch.
Delete BranchTool to delete a branch by id.
Solve hCaptchaTool to solve an hCaptcha challenge.
Generate Identity TokenTool to generate an identity token for PhantomBuster.
Save Many LeadsTool to save multiple leads (1-20) to organization storage in a single batch operation (Beta).
Solve reCAPTCHATool to solve a reCAPTCHA challenge (v2 or v3).
Update Script VisibilityTool to update the visibility of a script.
Release BranchTool to release a script branch.
Save AgentTool to create a new agent or update an existing one.
Save Agent GroupsTool to update agent groups and order for the current user's organization.
Save Company ObjectTool to save one company object to the organization storage.
Save Many Company ObjectsTool to save many company objects to organization storage.
Save Identity EventTool to save an identity event to Phantombuster.
Save LeadTool to save or update a lead in Phantombuster org storage.
Save Lead ObjectTool to save a lead object to organization storage.
Save Many Lead ObjectsTool to save multiple lead objects to Phantombuster's organization storage.
Save ListTool to save (create or update) a list with filter criteria.
Save ScriptTool to create a new script or update an existing one.
Search Company ObjectsTool to search company objects in Phantombuster's organizational storage.
Search Lead ObjectsTool to search lead objects in Phantombuster org storage.
Stop AgentTool to stop a running agent.
Update Script (v1 API)Tool to update an existing script or create a new one if it does not exist (Legacy v1 API).
Update Script Access ListTool to update the access list of a script.

Conclusion

You've successfully integrated Phantombuster with Codex using Composio's MCP server. Now you can interact with Phantombuster directly from your terminal, VS Code, or the Codex App using natural language commands.

Key benefits of this setup:

  • Seamless integration across CLI, VS Code, and standalone app
  • Natural language commands for Phantombuster operations
  • Managed authentication through Composio
  • Access to 20,000+ tools across 1000+ apps for cross-app workflows
  • CodeAct workbench for complex tool chaining

Next steps:

  • Try asking Codex to perform various Phantombuster operations
  • Explore cross-app workflows by connecting more toolkits
  • Build automation scripts that leverage Codex's AI capabilities

How to build Phantombuster MCP Agent with another framework

FAQ

What are the differences in Tool Router MCP and Phantombuster MCP?

With a standalone Phantombuster MCP server, the agents and LLMs can only access a fixed set of Phantombuster tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Phantombuster and many other apps based on the task at hand, all through a single MCP endpoint.

Can I use Tool Router MCP with Codex?

Yes, you can. Codex fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Phantombuster tools.

Can I manage the permissions and scopes for Phantombuster while using Tool Router?

Yes, absolutely. You can configure which Phantombuster scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Phantombuster data and credentials are handled as safely as possible.

Used by agents from

Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai

Never worry about agent reliability

We handle tool reliability, observability, and security so you never have to second-guess an agent action.