chrome-mcp-server

chrome-mcp-server

3.5

The project is a Chrome MCP server aimed at implementing the Model Context Protocol independently and effectively interacting with Chrome for tasks like taking screenshots. It includes both a demo and a more robust implementation using the MCP Python SDK.

Top Comments

Chrome MCP Server

Goals

  • Provide an MCP implementation independent of Anthropic's library.
  • Develop a Chrome MCP server for screenshot capturing and validating implementation.

Implementation

  • Demo Implementation: A basic implementation with limited features focusing on initialization.
  • Robust Implementation: Utilizes the MCP Python SDK for better connection handling.

Components

  • Event stream for server-client messaging.
  • POST endpoint for client-server messaging.