Skip to main content
Glama

Chrome MCP Server

by lxe
package.json624 B
{ "name": "chrome-mcp", "version": "1.0.0", "description": "MCP server for Chrome browser control", "type": "module", "scripts": { "start": "bun run src/server.ts", "dev": "bun --watch src/server.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "chrome-remote-interface": "^0.33.3", "cors": "^2.8.5", "diff": "^7.0.0", "express": "^4.21.2", "uuid": "^11.1.0" }, "devDependencies": { "@types/chrome-remote-interface": "^0.31.14", "@types/cors": "^2.8.17", "@types/diff": "^7.0.2", "@types/express": "^5.0.1", "@types/uuid": "^10.0.0" } }

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/lxe/chrome-mcp'

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