Skip to main content
Glama

Google PSE MCP Server

by rendyfebry
package.json596 B
{ "name": "google-pse-mcp", "version": "0.2.1", "description": "A Model Context Protocol server for Google Programmable Search Engine (PSE)", "type": "module", "bin": { "google-pse-mcp": "build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && shx chmod +x build/*.js", "prepare": "npm run build", "watch": "tsc --watch", "test": "echo \"All Good\" && exit 0" }, "devDependencies": { "typescript": "^5.8.3", "shx": "^0.3.4" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "@types/node": "^22.14.1" } }

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/rendyfebry/google-pse-mcp'

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