Skip to main content
Glama

browser-mcp

wxt.config.ts898 B
import { defineConfig } from 'wxt'; import tailwindcss from '@tailwindcss/vite' // See https://wxt.dev/api/config.html export default defineConfig({ modules: ['@wxt-dev/module-react'], runner: { binaries: { edge: "/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge", }, chromiumArgs: ['--user-data-dir=./.wxt/chrome-data'], }, manifest: { name: "Browser MCP", description: "A browser extension and MCP server that allows you to interact with the browser you are using.", permissions: [ "activeTab", "scripting", "storage", ], optional_permissions: [ "bookmarks", "history" ], minimum_chrome_version: '116', host_permissions: [ "https://*/*", 'ws://localhost/*' ], action: { } }, // @ts-expect-error vite: () => ({ plugins: [ tailwindcss(), ] }) });

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/Diamond-IT-615/browser-mcp'

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