Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Google Search MCP Server
by
mixelpixx
Verified
npm
GitHub
Search
Browser Automation
TypeScript
15
23
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
Google-Search-MCP-Server
src
api-keys.json
google_search.py
license
License.md
link_view.py
package.json
package-lock.json
README.md
start-all-servers.cmd
tsconfig.json
{ "compilerOptions": { "target": "ES2020", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "strict": true, "outDir": "dist", "rootDir": "src", "skipLibCheck": true, "allowJs": true, "resolveJsonModule": true }, "include": ["src/**/*"], "exclude": ["node_modules"] }