We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kidapu/Gemini-Search-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@kidapu/gemini-search-mcp",
"version": "0.0.2",
"description": "MCP server for AI agents to use Gemini 2.5 Flash with Google Search grounding",
"main": "build/index.js",
"type": "module",
"bin": {
"gemini-search-mcp": "build/index.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/kidapu/Gemini-Search-MCP.git"
},
"homepage": "https://github.com/kidapu/Gemini-Search-MCP",
"author": "kidapu",
"scripts": {
"build": "tsc && chmod +x build/index.js",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@google/genai": "^1.33.0",
"@modelcontextprotocol/sdk": "^1.13.2",
"dotenv": "^16.6.1",
"zod": "^3.25.0"
},
"devDependencies": {
"@types/node": "^24.0.0",
"typescript": "^5.8.0"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@10.10.0",
"keywords": [
"mcp",
"gemini",
"google",
"search",
"ai",
"claude"
],
"license": "MIT"
}