Google Custom Search MCP for Claude Code
io.github.a1-x-tech/mcp-google-custom-search
MCP server for Google Custom Search: web and image search via a Programmable Search Engine.
client:Claude Code
transport:stdio
runtime:npm
Install Google Custom Search MCP in Claude Code
run in your project directory
claude mcp add mcp-google-custom-search -e GOOGLE_CUSTOM_SEARCH_API_KEY=<GOOGLE_CUSTOM_SEARCH_API_KEY> -e GOOGLE_CUSTOM_SEARCH_ENGINE_ID=<GOOGLE_CUSTOM_SEARCH_ENGINE_ID> -e GOOGLE_CUSTOM_SEARCH_API_BASE=<GOOGLE_CUSTOM_SEARCH_API_BASE> -e GOOGLE_CUSTOM_SEARCH_TIMEOUT_MS=<GOOGLE_CUSTOM_SEARCH_TIMEOUT_MS> -e GOOGLE_CUSTOM_SEARCH_MAX_RETRIES=<GOOGLE_CUSTOM_SEARCH_MAX_RETRIES> -- npx -y mcp-google-custom-search
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs