Skip to main content
Glama

BrowserTools MCP

by Sugatraj
package.json1.29 kB
{ "name": "@agentdeskai/browser-tools-mcp", "version": "1.2.0", "description": "MCP (Model Context Protocol) server for browser tools integration", "main": "dist/mcp-server.js", "bin": { "browser-tools-mcp": "dist/mcp-server.js" }, "scripts": { "inspect": "tsc && npx @modelcontextprotocol/inspector node -- dist/mcp-server.js", "inspect-live": "npx @modelcontextprotocol/inspector npx -- @agentdeskai/browser-tools-mcp", "build": "tsc", "start": "tsc && node dist/mcp-server.js", "prepublishOnly": "npm run build", "update": "npm run build && npm version patch && npm publish" }, "keywords": [ "mcp", "model-context-protocol", "browser", "tools", "debugging", "ai", "chrome", "extension" ], "author": "AgentDesk AI", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.4.1", "body-parser": "^1.20.3", "cors": "^2.8.5", "express": "^4.21.2", "llm-cost": "^1.0.5", "node-fetch": "^2.7.0", "ws": "^8.18.0" }, "devDependencies": { "@types/ws": "^8.5.14", "@types/body-parser": "^1.19.5", "@types/cors": "^2.8.17", "@types/express": "^5.0.0", "@types/node": "^22.13.1", "@types/node-fetch": "^2.6.11", "typescript": "^5.7.3" } }

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/Sugatraj/Cursor-Browser-Tools-MCP'

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