Gemini Google Web Search MCP
by louxsye
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| USE_OAUTH | No | Set to 'true' to use OAuth authentication (experimental, accesses Google's Code Assist API). | |
| GEMINI_MODEL | No | The Gemini model to use for search and grounding. | gemini-2.0-flash-exp |
| GEMINI_API_KEY | No | An alternative environment variable for the Google API key. | |
| GOOGLE_API_KEY | No | Your Google API key for Gemini API access. | |
| OAUTH_CLIENT_ID | No | Custom OAuth client ID for authentication. | |
| OAUTH_CLIENT_SECRET | No | Custom OAuth client secret for authentication. | |
| GOOGLE_CLOUD_PROJECT | No | The Google Cloud project ID to use when authenticating via OAuth. | |
| GOOGLE_APPLICATION_CREDENTIALS | No | Path to service account credentials JSON file (optional). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| google_web_searchB | Performs a web search using Google Search (via the Gemini API) and returns the results. This tool is useful for finding information on the internet based on a query. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/louxsye/google-web-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server