C
Claude Browser MCP
作者 @0alter0
Gives Claude access to Chrome
创建于 3/22/2026
更新于 about 5 hours ago
README
Repository documentation and setup instructions
claude-browser-mcp
Gives Claude access to Chrome
Where's the source?!?!
I'm too lazy to add it, it's in the zip, though.
What can it do?
Crawl, navigate, monitor and sort of pentest websites. It's very bare bones right now, it will a decent extension soon...
Things I want to add:
mutli-tab manager
form filler
stealth/anti-detect
session manager
file upload/download
pdf+media capture
proxy+interceptor
visual diff
websocket monitor
rate limiter
macro recorder
geo spoofer
tor/socks5 proxy
clipboard access
resource enumerator
device emulator
js repl mode
task scheduler
tls cert inspector
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/0alter0/claude-browser-mcp
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"0alter0-claude-browser-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/0alter0/claude-browser-mcp"
]
}
}
}