Browser MCP runs on your own machine — the client starts it, so there is no endpoint to ping.
Control a local headless Chrome browser: open pages, read titles, and take screenshots.
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add browser-mcp -- npx -y @mrfentmen/browser-mcp
{
"mcpServers": {
"browser-mcp": {
"args": [
"-y",
"@mrfentmen/browser-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.browser-mcp]
command = "npx"
args = ["-y", "@mrfentmen/browser-mcp"]
{
"mcpServers": {
"browser-mcp": {
"args": [
"-y",
"@mrfentmen/browser-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"browser-mcp": {
"args": [
"-y",
"@mrfentmen/browser-mcp"
],
"command": "npx"
}
}
}
Capture batches of public web pages in a real browser and download the screenshots as a zip.
Control local KeyShot scenes, cameras, environments, and renders through headless scripting.
Real Chrome for agents: start a browser, read pages as numbered markdown, click, type, hand off.
Local MCP server for semantic Apple TV control with optional screenshots.
Verification browser for coding agents: headless WebKit, DOM eval, screenshots, pixel-diff.
MCP server + Chrome extension for AI browser control with real sessions.
Fetch, parse, screenshot and browse pages via MCP without a real browser -- no JS execution.
Live iOS Simulator and browser screenshots, logs, and a personal MCP hub for AI coding agents.
Answers built from our own checks of this server.