{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.AgentDeskAI/browser-tools-mcp", "description": "Console, network, screenshots and Lighthouse audits from your real Chrome session.", "version": "2.0.2", "repository": { "url": "https://github.com/AgentDeskAI/browser-tools-mcp", "source": "github" }, "websiteUrl": "https://github.com/AgentDeskAI/browser-tools-mcp", "packages": [ { "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", "identifier": "@agentdeskai/browser-tools-mcp", "version": "2.0.2", "transport": { "type": "stdio" }, "environmentVariables": [ { "name": "BROWSER_TOOLS_PORT", "description": "Port the connector listens on for the browser extension. Defaults to 3025.", "isRequired": false }, { "name": "BROWSER_TOOLS_SCREENSHOT_DIR", "description": "Directory screenshots are written to. Defaults to ~/Downloads/mcp-screenshots.", "isRequired": false }, { "name": "BROWSER_TOOLS_TOOLS", "description": "Comma-separated allowlist of tools to expose. All tools are exposed by default.", "isRequired": false } ] } ] }