package.json•1.66 kB
{
"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"
}