mcp-server-browser-use-ollama
Browser Use MCP is a powerful browser automation and control system that enables AI agents to interact with web browsers through the Model Context Protocol (MCP).
Browser Use MCP is designed to facilitate seamless interaction between AI agents and web browsers using the Model Context Protocol (MCP). It is optimized for use with Ollama local models, ensuring secure and efficient browser automation. The system supports direct browser manipulation, advanced DOM management, and includes a sophisticated AI agent system for message management and service orchestration. With built-in telemetry for system monitoring and a modular architecture, it allows for custom actions and features, making it highly extensible.
Features
- MCP Integration: Full support for Model Context Protocol, enabling structured communication between AI models and browser automation.
- Ollama Model Support: Optimized for local AI models running through Ollama.
- Browser Control: Direct browser manipulation and automation with screenshot capabilities.
- DOM Management: Advanced DOM tree building and processing.
- AI Agent System: Sophisticated message management and service orchestration.
Usage with Different Platforms
Claude Desktop Integration
{
"mcpServers": {
"browser-use": {
"command": "/path/to/.venv/bin/python",
"args": [
"/path/to/server.py"
]
}
}
}
Other MCP Clients
{
"command": "python",
"arguments": ["-m", "browser_use.mcp_server"],
"environment_variables": {
"OLLAMA_HOST": "http://localhost:11434",
"BROWSER_HEADLESS": "false",
"SCREENSHOT_DIR": "./screenshots"
}
}
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
playwright-mcp
by microsoft
Playwright MCP is a Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots.
cursor-talk-to-figma-mcp
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
firecrawl-mcp-server
by mendableai
Firecrawl MCP Server is a Model Context Protocol server implementation that integrates with Firecrawl for web scraping capabilities.
ai-agent-marketplace-index-mcp
by AI-Agent-Hub
MCP Server for AI Agent Marketplace Index from DeepNLP, allowing AI assistants to search available AI agents by keywords or categories.