MCP Google Custom Search Server

{ "name": "mcp-google-custom-search-server", "version": "1.0.0", "description": "MCP server for Google Custom Search API", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsc -w", "test": "NODE_OPTIONS=--experimental-vm-modules jest", "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch", "test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest --coverage" }, "dependencies": { "@modelcontextprotocol/sdk": "latest", "@googleapis/customsearch": "^1.0.0", "dotenv": "^16.3.1", "zod": "^3.22.4" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.11", "@types/node": "^20.11.5", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.3.3" } }