ndthanhdev/mcp-browser-kit
An MCP Server that enables AI assistants to interact with your local browsers.
Quick Start
Clone the repository:
git clone https://github.com/ndthanhdev/mcp-browser-kitClaude Desktop configuration example:
{
"mcpServers": {
"mcp-browser-kit": {
"command": "npx",
"args": [
"-y",
"ndthanhdev/mcp-browser-kit"
]
}
}
}Check the repository README for specific installation and configuration instructions.