Skip to main content
MCP tools extend Navigator beyond built-in capabilities. A server can expose browser control, file operations, database access, internal APIs, SaaS actions, or any other tool that follows the Model Context Protocol.
Navigator browser automation through Playwright MCP

What MCP adds

Tool discovery

Navigator can list the tools exposed by a configured server.

Structured calls

Tool inputs and outputs are passed as structured data.

Server choice

Use local stdio servers, remote SSE servers, or streamable HTTP servers.

User control

Pair MCP with manual tool mode for sensitive actions.

Example prompt

Set up an MCP server

Add your first server, test its tools, and make it available in chat.