Browser-use-claude-mcp
1
This project is a Model Context Protocol server that facilitates browser automation for AI models, allowing them to perform web interactions through natural language. It features integration with multiple AI providers and is built with TypeScript for reliability.
Overview
This project is a Model Context Protocol (MCP) server for browser automation, enabling AI models like Claude and Gemini 2.5 to interact with and browse the web using natural language commands.
Key Features
- Browser Automation: Navigate and interact with websites, perform web searches, capture screenshots, extract and analyze content.
- AI Features: Supports multiple AI providers, including Google Gemini 2.5, Anthropic Claude, and OpenAI, with image and content analysis capabilities.
- Technical Features: Built with TypeScript, it offers a modular architecture, logging, error handling, and configuration via environment variables.
Available Tools
browse_webpage
,search_web
,take_screenshot
,click_element
,fill_form
,extract_content
,analyze_content
.
Getting Started
- Install by cloning the repository, installing dependencies, and configuring using environment variables.
- Can be integrated with Claude Desktop using specific configuration settings.