Live browser debugging for AI assistants β DOM, console, network via MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Open-source components of sncro β the MCP relay, the browser-side agent, and the framework plugins that let AI coding assistants inspect a live browser.
| Path | What |
|---|---|
relay/ | FastAPI app that exposes an MCP server plus long-poll endpoints for agent.js |
relay/static/agent.js | Browser-side script injected by the middleware; pushes console + DOM data to the relay |
middleware/sncro_middleware.py | FastAPI / Starlette plugin β drop-in middleware for FastAPI apps |
middleware/sncro_flask.py | Flask plugin β drop-in middleware for Flask apps |
trysncro/ | try.sncro.net β a deliberately-broken demo app for exercising sncro end-to-end |
create_session (MCP tool) β relay returns a 9-digit session key + URLquery_element, get_page_snapshot, etc.)Most users don't need to run the relay yourself β the hosted version at relay.sncro.net is free-tier friendly. Register your project at sncro.net and grab your project key.
FastAPI: drop middleware/sncro_middleware.py into your project, then:
Flask: drop middleware/sncro_flask.py into your project, then:
Both middlewares only activate in debug mode β zero overhead in production.
We love new framework plugins. CONTRIBUTING.md has the full spec for what a plugin must do β cookies, routes, security headers β plus the test template. Django, Rails, Express, Next.js, ASP.NET, Go β all welcome.
Bug reports and security issues: see SECURITY.md.
MIT. See LICENSE.
The dashboard at sncro.net (project management, billing, admin) lives in a separate proprietary repo.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/sncro)<a href="https://allmcps.com/mcp/sncro"><img src="https://allmcps.com/api/badge/sncro?style=directory" alt="Sncro on AllMCPs" /></a>