Screen Browser MCP server
Narrated demo and tutorial videos of your web app, from a guide or your coding agent.
not scanned yet
3 stars
Reviews
Write oneNobody has reviewed Screen Browser yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Screen Browser tools
Tool list not cached yet. `describe` through the gateway fetches it live.
What the publisher says
From the Screen Browser repository's README, as published. We do not edit it. Read it on GitHub
Screen Browser skill
Narrated demo and tutorial videos of your web app, from a guide or your coding agent.
Ask the agent that knows your codebase for a tutorial video of a feature. It writes the walkthrough in the words your buttons and fields use, Screen Browser records a real browser following it against your deployed app, narrates it, adds the on-screen effects, and the agent hands you the MP4 with a GIF, subtitles and chapters. When the app changes, edit a line and ask again.
That is the first chapter of a 66-second video made from the request "make a tutorial video of creating a campaign". The whole session, from that sentence to the finished video with the exact prompt and every screen along the way, is in the Claude Code guide.
This repository gives your agent two things:
needs (the login flow and the walkthrough), which effect fits which moment, how to check a guide for free before recording, and how to review the video before handing it over.
- The screenbrowser skill — how to read your codebase and write the two guides Screen Browser
check them, start the run, poll it, fetch the video. The server itself is part of your Screen Browser account at https://mcp.screenbrowser.com.
- The MCP server configuration — the tools the agent calls: create the project, upload guides,
Claude Code, Codex, Cursor or any MCP client can use it. Sign-in happens in the browser; there is no key to paste.
Install (Claude Code)
Add this repository as a plugin marketplace and install the plugin:
claude plugin marketplace add screenbrowser/skill
claude plugin install screenbrowser@screenbrowserThe first time the agent reaches for a Screen Browser tool, Claude Code opens your browser: sign in to Screen Browser, approve the connection, and you are done. Nothing to copy. (If it does not prompt, run /mcp and pick screenbrowser → Authenticate.)
Without the plugin system, register the server yourself and copy the skill:
claude mcp add --transport http screenbrowser https://mcp.screenbrowser.com
cp -r skills/screenbrowser ~/.claude/skills/With an API key instead
If your agent cannot open a browser to sign in, create a key under Settings → API keys in Screen Browser and pass it as a bearer token:
claude mcp add --transport http screenbrowser https://mcp.screenbrowser.com \
--header "Authorization: Bearer $SCREENBROWSER_API_KEY"Any MCP client works the same way: Streamable HTTP at https://mcp.screenbrowser.com, OAuth 2.1 with dynamic client registration for interactive sign-in, or Authorization: Bearer .
Other agents
The skill is a plain SKILL.md in the open Agent Skills format, and the server is standard MCP over HTTP, so the same two pieces work outside Claude Code.
Cursor — add the server to .cursor/mcp.json (or the global one in Cursor settings), click Sign in next to it when Cursor offers, and copy the skill into .cursor/skills/:
{
"mcpServers": {
"screenbrowser": { "url": "https://mcp.screenbrowser.com" }
}
}mkdir -p .cursor/skills && cp -r skills/screenbrowser .cursor/skills/OpenAI Codex CLI — add the server to ~/.codex/config.toml, sign in once, and copy the skill into Codex's skills folder:
[mcp_servers.screenbrowser]
url = "https://mcp.screenbrowser.com"codex mcp login screenbrowser
mkdir -p ~/.codex/skills && cp -r skills/screenbrowser ~/.codex/skills/Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http screenbrowser https://mcp.screenbrowser.com
Screen Browser: common questions
- Is Screen Browser MCP server safe?
- Yes, by our scan: it is graded A (98/100). Read the Screen Browser safety report
- How do I install Screen Browser?
- It runs remotely at mcp.screenbrowser.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Screen Browser need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Screen Browser maintained?
- The last commit was 3 days ago (2026-09-24). The latest release is v1.3.6.
- Is Screen Browser up?
- 100% of our last 4 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Screen Browser?
- Servers from other publishers that do the same job: SeleniumBase MCP server, AIHawk MCP server and Scrapeless MCP server. Compare all Screen Browser alternatives.
Alternatives to Screen Browser
Same job from other publishers: the closest match first, then the best rated.
- SeleniumBase MCPStealthy browser automation, testing, and web-scraping via CDP Mode.not reviewedWidely usedA
- AIHawkAI browser agent: browses, clicks, types, and reads real web pages from plain-English instructions.not reviewedWidely usedA
- ScrapelessWeb search, browser automation, scraping, crawling and CAPTCHA solving for AI agents.not reviewedEstablishedA
- Web Browser (kogiQA)This web browser has been designed to help your agent debug and develop complex web applications.not reviewedEstablishedC
- ZenrowsZenrows MCP server — Fetch, Extract, Batch, and Browser Sessions for AI coding assistantsnot reviewedEstablishedA