browser-mcp

browser-mcp

76

This project is a browser extension and MCP server designed to facilitate browser interactions like markdown extraction, style modifications, and history searches. The goal is to enhance browser functionality through easy tool integration and support across different platforms.

How do I build the extension for different browsers?

Navigate to the 'extension' directory and run 'npm run build' for Chrome, 'npm run build:edge' for Edge, and 'npm run build:firefox' for Firefox.

Where can I find the built extension?

After building, the extension will be located in the 'extension/.output' directory.

How can I contribute to adding a new tool?

To add a new tool, update the 'tools' array in 'server/src/tools.ts', add a callable handler in 'extension/calls.ts', and implement the tool handler in 'server/src/tools.ts'.

What is the license for browser-mcp?

The browser-mcp is licensed under AGPL-3.0-or-later.