Google Search MCP Server

by mixelpixx
Verified
{ "name": "google-search-mcp", "version": "0.1.0", "description": "MCP server for Google search and webpage analysis", "type": "module", "scripts": { "build": "tsc", "start": "node dist/google-search.js", "dev": "tsc -w", "start:python": "concurrently \"python google_search.py\" \"python link_view.py\"", "start:all": "concurrently \"npm run start:python\" \"npm run start\"" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.1", "axios": "^1.7.9", "cheerio": "^1.0.0", "dompurify": "^3.2.3", "express": "^4.21.2", "googleapis": "^144.0.0", "jsdom": "^25.0.1" }, "devDependencies": { "@types/dompurify": "^3.0.5", "@types/express": "^4.17.21", "@types/jsdom": "^21.1.6", "@types/node": "^20.17.21", "concurrently": "^9.1.0", "typescript": "^5.7.2" } }