What is Notte?
Notte is a browser automation MCP server that gives AI agents structured browser operations (click/type/navigate/extract). Handles SPAs, dynamic content, and authentication flows.
In one sentence: Browser automation MCP — AI agents interact with pages via high-level actions (click/type/navigate/screenshot), handles SPAs and auth. A higher-level alternative to Playwright MCP.
For: AI agent users needing web interaction.
Core Tools
1. navigate — go to a URL
2. observe — get page structure
3. click/type — element interaction
4. extract — structured data extraction
5. screenshot — capture the page
FAQ
Q: Does it support SPAs? A: Yes — waits for dynamic content to load.
Q: How is it different from Playwright MCP? A: Notte provides high-level abstractions that LLMs naturally understand; Playwright MCP is lower-level DOM manipulation.