An MCP Server for interacting with manifest v2 compatible browsers.
https://github.com/user-attachments/assets/1fbf87fd-06d1-42bf-a06f-cc2bbdf375a8
Add MCP Browser Kit to your MCP Client:
{
"mcpServers": {
"mcp-browser-kit": {
"command": "npx",
"args": ["@mcp-browser-kit/server"]
}
}
}
Download and unzip the latest MCP Browser Kit Extension
Load extension into a manifest v2 compatible browser:
Enable extension and start messaging on your MCP Client:
use mcp-browser-kit, Star the last opening github repo on my browser
brave://extensions/
Developer mode
Load unpacked
about:debugging#/runtime/this-firefox
Load Temporary Add-on
manifest.json
file in the unpacked release folder
{
"mcpServers": {
"mcp-browser-kit": {
"args": [
"@mcp-browser-kit/server"
],
"command": "npx"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.