Chrome
Createdjverre
Enables interaction with Chrome through the Model Context Protocol (MCP) for tasks like taking screenshots.
About
This server facilitates interaction with Chrome by implementing the Model Context Protocol (MCP). It provides both a simplified demonstration implementation and a more robust version built with the MCP Python SDK. The server focuses on enabling functionalities such as taking screenshots and validating the MCP implementation within environments like Cursor.
Key Features
- Includes a demo implementation for learning the MCP protocol
- Supports the initialization process (session URI, initialize message, initialized notification)
- Implements the Model Context Protocol (MCP)
- 0 GitHub stars
- Offers a robust implementation using the MCP Python SDK
- Provides tools to interact with Chrome, such as taking screenshots
Use Cases
- Integrating Chrome functionality into MCP-compatible environments
- Validating MCP implementations
- Taking screenshots of web pages within applications