A self hosted virtual browser that runs in docker and uses WebRTC.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"neko": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-neko"
]
}
}
}