B
Browser
Browser MCP server for AI agents to automate web pages with Puppeteer, accessibility-tree actions, optional vision mode, and cross-platform browser control.
Share:
About
Browser MCP server for AI agents to automate web pages with Puppeteer, accessibility-tree actions, optional vision mode, and cross-platform browser control.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Browser.
- What is the Browser MCP server?
- The Browser MCP server enables AI agents to automate web pages. It uses technologies like Puppeteer and accessibility-tree actions for cross-platform browser control.
- How do I install the Browser MCP with a client like Cline?
- Installation with clients like Cline typically involves providing the server's slug, 'browser', and its transport, 'stdio'. Specific configuration steps may vary based on the client's interface and requirements.
- Does the Browser MCP server require an API key or other credentials?
- No, the Browser MCP server uses 'none' for its authentication type. It does not require an API key, OAuth, or other credentials for basic operation.
- What are the key capabilities offered by the Browser MCP?
- The Browser MCP provides capabilities such as web page automation, control via Puppeteer, and interaction through accessibility-tree actions. It also includes an optional vision mode for enhanced automation.
- What is a prerequisite for using the Browser MCP server?
- A key prerequisite for using the Browser MCP server is a compatible client that supports the 'stdio' transport protocol. This ensures proper communication and command execution between the agent and the browser.
- Is there a cost associated with using the Browser MCP server?
- The Browser MCP server itself is open-source and available on GitHub, implying no direct cost for the software. However, operational costs may arise from the underlying infrastructure or computational resources used to run the server.
Install Browser
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"browser": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-browser"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"browser": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-browser"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"browser": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-browser"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.