1. search
Perform web searches using Google Custom Search API.
2. read_webpage
Extract content from any webpage.
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.
{
"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"
}
}
}
}