A Model Context Protocol server that provides web search capabilities using Google Custom Search API and webpage content extraction functionality for AI assistants like Claude.
Perform web searches using Google Custom Search API.
Extract content from any webpage.
{
"mcpServers": {
"google-search": {
"command": "npx",
"args": [
"-y",
"@adenot/mcp-google-search"
],
"env": {
"GOOGLE_API_KEY": "your-api-key-here",
"GOOGLE_SEARCH_ENGINE_ID": "your-search-engine-id-here"
}
}
}
}