Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Chrome Google Search
Claim
by
cmann50
npm
GitHub
Browser Automation
Search
MIT License
45
7
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-chrome-google-search
docs
src
test
.gitignore
jest.config.mjs
LICENSE
.npmignore
package.json
package-lock.json
README.md
tsconfig.json
{ "name": "@cmann50/mcp-chrome-google-search", "version": "1.0.6", "type": "module", "bin": { "mcp-chrome-google-search": "./dist/index.js" }, "files": [ "dist" ], "main": "dist/index.js", "scripts": { "build": "tsc && chmod +x dist/*.js", "prepare": "npm run build", "start": "node dist/index.js", "test": "NODE_OPTIONS=--experimental-vm-modules jest --config jest.config.mjs", "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --config jest.config.mjs --watch", "test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest --config jest.config.mjs --coverage" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@types/cheerio": "^0.22.35", "cheerio": "^1.0.0", "zod": "^3.22.0" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^20.0.0", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.0.0" }, "types": "./dist/index.d.ts", "description": "MCP tool for Google search and webpage content extraction using Chrome browser. Works with Claude to enable Google search and content fetching capabilities.", "repository": { "type": "git", "url": "git+https://github.com/cmann50/mcp-chrome-google-search.git" }, "keywords": [ "mcp", "model-context-protocol", "claude-desktop-tool", "google-search", "chrome", "web-search", "macos", "browser-automation" ], "author": "Chris Mann", "license": "MIT", "bugs": { "url": "https://github.com/cmann50/mcp-chrome-google-search/issues" }, "homepage": "https://github.com/cmann50/mcp-chrome-google-search#readme" }