package.json•1.46 kB
{
"name": "google-search-mcp",
"version": "3.0.0",
"description": "Enhanced MCP server for Google search with AI-powered research synthesis, source quality assessment, and deduplication",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/google-search.js",
"start:v2": "node dist/google-search-v2.js",
"start:v2:http": "MCP_TRANSPORT=http node dist/google-search-v2.js",
"start:v3": "node dist/google-search-v3.js",
"start:v3:http": "MCP_TRANSPORT=http node dist/google-search-v3.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.21.1",
"@mozilla/readability": "^0.6.0",
"@types/turndown": "^5.0.5",
"axios": "^1.7.9",
"cheerio": "^1.0.0",
"dompurify": "^3.2.3",
"express": "^4.21.2",
"googleapis": "^144.0.0",
"jsdom": "^25.0.1",
"markdown-it": "^14.1.0",
"readability": "^0.1.0",
"turndown": "^7.2.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/cheerio": "^0.22.35",
"@types/dompurify": "^3.0.5",
"@types/express": "^4.17.21",
"@types/jsdom": "^21.1.7",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20.17.21",
"concurrently": "^9.1.0",
"typescript": "^5.7.2"
}
}