Skip to main content
Glama

MCP Google Custom Search Server

by limklister
package.json838 B
{ "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" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/limklister/mcp-google-custom-search-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server