Loading...

Enables AI assistants to control web browsers, automating tasks and accessing web content, but requires careful security considerations due to its broad access.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Enables AI assistants to control web browsers, automating tasks and accessing web content, but requires careful security considerations due to its broad access.
MCP Browser Kit offers powerful browser automation capabilities, but its lack of authentication and broad access make it risky. It should only be used in isolated environments with non-sensitive data until proper security measures are implemented. The alpha stage warning should be heeded.
Performance will be limited by the browser's rendering speed and the complexity of the web pages being accessed. JavaScript execution can be resource-intensive.
The primary cost will be the computational resources used by the browser, especially when performing complex tasks or accessing resource-heavy websites.
{
"mcpServers": {
"browser-kit": {
"command": "npx",
"args": ["@mcp-browser-kit/server"]
}
}
}browse_urlOpens a specified URL in the browser.
Opening untrusted URLs can lead to security risks.
get_page_contentRetrieves the HTML content of the current page.
Read-only access to page content.
click_elementClicks on a specified element on the current page.
Can trigger actions with real-world consequences.
fill_formFills out a form on the current page with provided data.
Can submit sensitive information or trigger unintended actions.
execute_javascriptExecutes arbitrary JavaScript code in the context of the current page.
Allows arbitrary code execution, potentially leading to full browser control.
None
cloud
MCP Browser Kit offers powerful browser automation capabilities, but its lack of authentication and broad access make it risky. It should only be used in isolated environments with non-sensitive data until proper security measures are implemented. The alpha stage warning should be heeded.
The agent has full control over the browser by default, so careful configuration and monitoring are essential to prevent unintended actions. Consider using a separate browser profile to limit the scope of the agent's access.
Production Tip
Monitor the browser's activity and resource usage closely when using this MCP server in production to identify and address any performance issues or unexpected behavior.
Chrome, Brave, Edge, Firefox, and Safari are compatible, but require specific builds (M2 or M3) depending on the browser version. See the compatibility table for details.
The process varies depending on the browser. Generally, you need to enable developer mode and load the unpacked extension folder or install the .xpi file.
Currently, it lacks authentication and should be used with caution, preferably in isolated environments with non-sensitive data.
Potentially, yes. It's crucial to use a separate browser profile to prevent the AI from accessing your personal data.
You can automate a wide range of tasks, including filling out forms, clicking buttons, extracting data, and navigating websites.
Yes, it allows executing arbitrary JavaScript code in the browser context, which can be very powerful but also poses a significant security risk.
Currently, there are no built-in mechanisms for limiting access. You need to rely on browser profiles and network restrictions to isolate the extension.