chrome-mcp-server
If you are the rightful owner of chrome-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Chrome MCP Server is designed to interact with Chrome, providing an MCP implementation independent of Anthropic's library, and enabling screenshot capture and implementation validation.
The Chrome MCP Server project aims to create a server that interacts with Chrome using the Model Context Protocol (MCP). The primary objectives are to develop an MCP implementation that does not depend on Anthropic's library and to establish a Chrome MCP server for use in Cursor to capture screenshots and validate the implementation. The project includes a demo implementation that provides a basic understanding of the MCP protocol and a more robust implementation using the MCP Python SDK. The demo focuses on the initialization process and basic tool usage, while the robust version offers improved error handling and session management.
Features
- Independent MCP Implementation: Develops an MCP server without relying on Anthropic's library.
- Chrome Interaction: Enables interaction with Chrome for tasks like taking screenshots.
- Demo and Robust Implementations: Offers both a simple demo and a more comprehensive implementation using the MCP Python SDK.
- Initialization Process: Implements a three-part initialization process for client-server communication.
- Tool Usage: Allows clients to send messages to the server to utilize defined tools.