Video Tutorial
Watch Create Your First BrowserAct MCP Server on YouTube.
Availability: MCP currently supports Workflow Built Bots only. Support for Agent Built Bots is coming soon.
Naming note: The MCP interface currently uses Workflow. In the new BrowserAct product structure, the completed automation is managed as a Bot, and a legacy Workflow ID corresponds to the Bot ID.
What Is BrowserAct MCP Server?
BrowserAct MCP Server connects MCP clients to Workflow Built Bots through the Model Context Protocol. A connected client can discover exposed tools, provide inputs, run the Bot, and receive its result. You can use it to:- Run browser automation from a chat or agent interface
- Pass runtime inputs in natural language
- Return results as text or files
- Expose multiple Workflow Built Bots from one MCP Server
Supported MCP Clients
BrowserAct can connect to clients that support the required MCP server transport and authentication method, including clients shown in the current BrowserAct setup interface. Compatibility depends on the client, not only on the AI model name. For a client that is not listed, follow its instructions for adding a generic MCP Server.Before You Start
Prepare the following:- A BrowserAct account
- A published Workflow Built Bot
- An MCP-compatible client
- A Bot that does not require manual credential input on every run
Part 1: Convert a Workflow Built Bot into an MCP Tool
Enable MCP Configuration
- Open the Workflow Built Bot.
- Select
MCP Configure. - Turn on
MCP-Ready.

MCP-Ready does not activate the tool immediately. Publish the Workflow after completing the configuration.
Configure the Tool
Enter the following information:- Tool Call Name: Use 2-32 characters. Start with a letter and use only letters, numbers, and underscores. The name must be unique within the account.
- Description: Explain what the tool does and when the MCP client should use it.
- Tool Output Method: Choose
TextorFilebased on the expected result.

Configure Input Parameters
Choose how each Workflow input is provided:- AI-Inferred: The MCP client supplies the value at runtime. Add a clear parameter description.
- Fixed Value: BrowserAct uses the same value for every execution.
Publish the Workflow
SelectPublish after the MCP configuration is complete. MCP clients run the latest published configuration; unpublished changes are not available to them.
Part 2: Create an MCP Server
Open MCP
- Open
Integrationsin BrowserAct Cloud. - Find the
MCPsection. - Select the
MCPcard.

Add an MCP Server
- Select
Addon the MCP Server page.

- Enter a unique Server Name.
- Add an optional description.
- Select
Confirm.

Part 3: Expose MCP Tools
- Select
Managementfor the target MCP Server.

- Open
Exposed Toolsand selectNot Exposed. - Find the MCP Tool and select the expose action.

- Review the notice and select
Confirm.

Part 4: Connect an MCP Client
Each MCP Server has its own MCP Server URL and API Key. Use the matching pair from the same server.Get the Server URL and API Key
- Open
Managementfor the target MCP Server. - Open
Connect to Clients. - Copy the MCP Server URL.
- Select
Create New API Key, then copy the generated key from the Actions column.

Manage API Keys page.
Configure the Client
- Select the target MCP client in
Connect to Clients. - Open the setup instructions for that client.
- Add the MCP Server URL and API Key to the client’s configuration.
- Reload the client if required.
- Confirm that the exposed BrowserAct tools are available.

Run an MCP Tool
Ask the connected client to run the exposed BrowserAct tool and include the required runtime inputs.Troubleshooting
Authentication Error
- Confirm that the API Key belongs to the selected MCP Server.
- Copy the key again from
Management > Connect to Clients. - Confirm that the key has not been revoked or deleted.
MCP Client Cannot Find Tools
- Confirm that the MCP Server URL is correct.
- Confirm that the MCP Server is online.
- Confirm that at least one tool is exposed.
- Confirm that the Workflow Built Bot is MCP-ready and published.
- Reload the MCP client after changing the configuration.
MCP Client Cannot Run a Tool
- Check the BrowserAct credit balance.
- Confirm that every required input is available.
- Improve the tool and parameter descriptions if the client selects or fills them incorrectly.
- Review the MCP Server execution logs.
MCP Limits and Behavior
Can Agent Built Bots Be Used as MCP Tools?
Not yet. MCP currently supports Workflow Built Bots only, and support for Agent Built Bots is coming soon.Can Every Workflow Built Bot Be Exposed?
Most can be exposed, except Bots that require users to enter credentials manually on every run.How Many MCP Servers Can I Create?
- Free accounts: 1 MCP Server
- Paid accounts: Unlimited MCP Servers

