Skip to main content
Stagehand v4 does not include an autonomous agent or a general-purpose MCP client. To call third-party MCP tools alongside Stagehand, orchestrate both from your own code as shown below.
Stagehand also provides experimental integrations that expose a persistent Stagehand browser to CrewAI, Deep Agents, Mastra, and the Vercel AI SDK over MCP. The Eve integration exposes the same tools natively.

Stagehand integrations

Give an agent the run, snapshot, and screenshot browser tools.

Calling MCP servers from your code

Interleave your tool results with Stagehand’s primitives. Because v4 has no autonomous loop, you are already writing the orchestration, so a tool call is one more step in the sequence.
MCP is still useful on the authoring side: wire the Stagehand docs MCP server into your coding assistant so it generates correct v4 code. See AI Rules.

Next steps

Act

Perform a single action with natural language

Extract

Pull typed data out of any page

AI rules

MCP servers for your coding assistant