Back to MCP Servers
Browser Kit
An MCP Server that enables AI assistants to interact with your local browsers.
browser-automationbrowserai
By ndthanhdev
Installation
npx -y mcp-browser-kitConfiguration
{
"mcpServers": {
"mcp-browser-kit": {
"command": "npx",
"args": ["-y", "mcp-browser-kit"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes