mcp_py_sse_browser_control

Python

This is a reference design for a MCP server that hosts a web page that connects back to the server via sse and allows Claude to execute javascript on the page.

Protocol Implementations
Agent Frameworks
Browser & Web Automation

Architecture and Design Patterns

The architecture consists of two primary components: a web server handling browser connections via SSE and providing a REST API, and an MCP server managing the web server's lifecycle and providing MCP tools. The design employs a client-server pattern with SSE for real-time communication. This approach separates the concerns of web server functionality and MCP tool provision.

About

Language

Python

Stars

0

Categories

Protocol ImplementationsAgent FrameworksBrowser & Web Automation