Loading MCP server directory, please wait...
MCP server for Google Custom Search: web and image search via a Programmable Search Engine.
npx @getmcp/cli add io.github.A1-x-Tech/mcp-google-custom-searchRequires Node.js 18+. Community-contributed server. Review source before installing.
GOOGLE_CUSTOM_SEARCH_API_KEYGoogle Cloud API key with the Custom Search API enabled. Treat it as a secret.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.A1-x-Tech/mcp-google-custom-search": {
"command": "npx",
"args": [
"-y",
"mcp-google-custom-search"
],
"env": {
"GOOGLE_CUSTOM_SEARCH_API_KEY": "",
"GOOGLE_CUSTOM_SEARCH_ENGINE_ID": "",
"GOOGLE_CUSTOM_SEARCH_API_BASE": "https://customsearch.googleapis.com",
"GOOGLE_CUSTOM_SEARCH_TIMEOUT_MS": "30000",
"GOOGLE_CUSTOM_SEARCH_MAX_RETRIES": "3"
}
}
}
}