Loading...
{
"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.
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.