MCP Server
io.github.ofershap/real-browser MCP Server
io.github.ofershap/real-browser
What is the io.github.ofershap/real-browser MCP server?
MCP server + Chrome extension for AI browser control with real sessions.
How to install io.github.ofershap/real-browser
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"real-browser": {
"command": "npx",
"args": [
"-y",
"real-browser-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"real-browser": {
"command": "npx",
"args": [
"-y",
"real-browser-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"real-browser": {
"command": "npx",
"args": [
"-y",
"real-browser-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"real-browser": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"real-browser-mcp"
]
}
}
}Claude Code
claude mcp add real-browser -- npx -y real-browser-mcpRelated MCP servers
Lint, measure, and sync AI context files across Cursor, Claude Code, Copilot.
View repository →MCP server to manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your IDE
View repository →Developer utilities MCP: base64, UUID, hash, JWT decode, cron, timestamps.
View repository →MCP server for DNS lookups, reverse DNS, WHOIS, and domain checks — zero auth, zero config
View repository →MCP server for Docker — manage containers, images, volumes, and compose services from your IDE
View repository →GitHub Actions MCP — view runs, read logs, re-run jobs, and manage CI/CD.
View repository →