Google Search
Provides web search capabilities and webpage content extraction through Google Custom Search API, enabling access to search results and cleaned webpage content with minimal setup.
1 stars
0 tools
Created Aug 2025
@mcp-for-dev/mcp-for-dev-google-search-google-searchAbout
Provides web search capabilities and webpage content extraction through Google Custom Search API, enabling access to search results and cleaned webpage content with minimal setup.
Categories
general
Installation
npm
npm install @mcp-for-dev/mcp-for-dev-google-search-google-search
Configuration
{
"mcpServers": {
"mcp-for-dev-google-search-google-search": {
"command": "npx",
"args": [
"-y",
"@mcp-for-dev/mcp-for-dev-google-search-google-search"
]
}
}
}