
Google Search
STDIOMCP server providing web search and webpage content extraction using Google Custom Search API.
MCP server providing web search and webpage content extraction using Google Custom Search API.
A Model Context Protocol server that provides web search capabilities using Google Custom Search API and webpage content extraction functionality.
Perform web searches using Google Custom Search API:
Extract content from any webpage:
Create a Google Cloud Project:
Enable Custom Search API:
Get API Key:
Create Custom Search Engine:
To use with Claude Desktop, add the server config with your Google API credentials:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{ "mcpServers": { "google-search": { "command": "npx", "args": ["-y", "@mcp-for-dev/mcp-google-search"], "env": { "GOOGLE_API_KEY": "your-api-key-here", "GOOGLE_SEARCH_ENGINE_ID": "your-search-engine-id-here" } } } }