# Browser MCP An open source browser extension and [[Model Context Protocol (MCP)]] server to connect [[Large Language Models (LLMs)|Large Language Model (LLM)]] (i.e., AI apps) to your browser and automate tasks & tests. Supported actions: - Navigate - Go back - Go forward - Wait - Press Key - Snapshot - Click - Drag & Drop - Hover - Type Text - Get Console Logs - Screenshot - ... License: Apache 2.0 ## Installation ``` { "mcpServers": { "browsermcp": { "command": "npx", "args": ["@browsermcp/mcp@latest"] } } } ``` ## References - Official Website: https://browsermcp.io/ - Documentation: https://docs.browsermcp.io/welcome - Google Chrome extension: https://chromewebstore.google.com/detail/browser-mcp-automate-your/bjfgambnhccakkhmkepdoekmckoijdlc - Source code: https://github.com/browsermcp/mcp