Skip to main content
Glama

MCP Server for Google Search

by mcp-for-dev
package.json825 B
{ "name": "@mcp-for-dev/mcp-google-search", "version": "0.1.1", "description": "A Model Context Protocol server for Google Search API", "type": "module", "bin": { "mcp-google-search": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "axios": "^1.7.9", "cheerio": "^1.0.0" }, "keywords": [ "google search", "automation", "AI", "Claude MCP", "mcp" ], "devDependencies": { "@types/node": "^20.11.24", "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/mcp-for-dev/mcp-google-search'

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