Google AI Search MCP
Rank #10,380io.github.shariqriazz/google-ai-search-mcp
Google AI search and documentation tools for MCP clients using Vertex AI or the Gemini API.
Google AI Search MCP is a Model Context Protocol (MCP) server published by shariqriazz. It ranks #10,380 of 115,591 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Google AI Search MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jan 2, 2026 and most recently updated on Aug 11, 2026.
Ranks ahead of 105,211 of 115,591 servers on MCP Toplist.
Use Google AI Search MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add google-ai-search-mcp -e "AI_PROVIDER=<your AI_PROVIDER>" -e "GOOGLE_CLOUD_PROJECT=<your GOOGLE_CLOUD_PROJECT>" -e "GOOGLE_CLOUD_LOCATION=<your GOOGLE_CLOUD_LOCATION>" -e "GEMINI_API_KEY=<your GEMINI_API_KEY>" -- npx -y google-ai-search-mcpReplace each placeholder with your own value before saving.
[mcp_servers.google-ai-search-mcp]
command = "npx"
args = ["-y", "google-ai-search-mcp"]
[mcp_servers.google-ai-search-mcp.env]
AI_PROVIDER = "<your AI_PROVIDER>"
GOOGLE_CLOUD_PROJECT = "<your GOOGLE_CLOUD_PROJECT>"
GOOGLE_CLOUD_LOCATION = "<your GOOGLE_CLOUD_LOCATION>"
GEMINI_API_KEY = "<your GEMINI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-ai-search-mcp": {
"command": "npx",
"args": [
"-y",
"google-ai-search-mcp"
],
"env": {
"AI_PROVIDER": "<your AI_PROVIDER>",
"GOOGLE_CLOUD_PROJECT": "<your GOOGLE_CLOUD_PROJECT>",
"GOOGLE_CLOUD_LOCATION": "<your GOOGLE_CLOUD_LOCATION>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-ai-search-mcp": {
"command": "npx",
"args": [
"-y",
"google-ai-search-mcp"
],
"env": {
"AI_PROVIDER": "<your AI_PROVIDER>",
"GOOGLE_CLOUD_PROJECT": "<your GOOGLE_CLOUD_PROJECT>",
"GOOGLE_CLOUD_LOCATION": "<your GOOGLE_CLOUD_LOCATION>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"google-ai-search-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"google-ai-search-mcp"
],
"env": {
"AI_PROVIDER": "<your AI_PROVIDER>",
"GOOGLE_CLOUD_PROJECT": "<your GOOGLE_CLOUD_PROJECT>",
"GOOGLE_CLOUD_LOCATION": "<your GOOGLE_CLOUD_LOCATION>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-ai-search-mcp": {
"command": "npx",
"args": [
"-y",
"google-ai-search-mcp"
],
"env": {
"AI_PROVIDER": "<your AI_PROVIDER>",
"GOOGLE_CLOUD_PROJECT": "<your GOOGLE_CLOUD_PROJECT>",
"GOOGLE_CLOUD_LOCATION": "<your GOOGLE_CLOUD_LOCATION>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-ai-search-mcp": {
"command": "npx",
"args": [
"-y",
"google-ai-search-mcp"
],
"env": {
"AI_PROVIDER": "<your AI_PROVIDER>",
"GOOGLE_CLOUD_PROJECT": "<your GOOGLE_CLOUD_PROJECT>",
"GOOGLE_CLOUD_LOCATION": "<your GOOGLE_CLOUD_LOCATION>",
"GEMINI_API_KEY": "<your GEMINI_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.shariqriazz%2Fgoogle-ai-search-mcp)<a href="https://mcptoplist.com/server/io.github.shariqriazz%2Fgoogle-ai-search-mcp"><img src="https://mcptoplist.com/badge/io.github.shariqriazz%2Fgoogle-ai-search-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
shariqriazz
Other servers by shariqriazz
View all shariqriazz servers →Available versions (1)
| Version | Published |
|---|---|
| 1.1.1 | Aug 11, 2026 |
Frequently asked questions
- Who maintains Google AI Search MCP?
- Google AI Search MCP is maintained by shariqriazz, which publishes 3 MCP servers (1 total version) tracked on MCP Toplist.
- Is Google AI Search MCP listed on the Official MCP Registry?
- Yes — Google AI Search MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Google AI Search MCP have?
- MCP Toplist tracks 1 version of Google AI Search MCP, most recently published on Aug 11, 2026.
- Where can I find the source code for Google AI Search MCP?
- The source code for Google AI Search MCP is hosted at github.com/shariqriazz/google-ai-search-mcp.