Skip to main content
Glama

Browser Control MCP

by eyalzh
manifest.json488 B
{ "manifest_version": 2, "name": "Browser Control MCP", "version": "1.5.0", "description": "An extension that allows a local MCP server to perform actions on the browser.", "permissions": [ "tabs", "tabGroups", "history", "storage" ], "optional_permissions": [ "*://*/*", "find" ], "background": { "scripts": ["dist/background.js"] }, "options_ui": { "page": "options.html" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/eyalzh/browser-control-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server