MCP Google Search provides web search capabilities through Google Custom Search API and webpage content extraction functionality. This TypeScript implementation offers two main tools: a search function that returns structured results with title, link, and snippet from Google searches, and a webpage reader that extracts and cleans content from any URL. The server requires Google API credentials (API key and Search Engine ID) to function and can be easily integrated with Claude Desktop through a simple configuration. It's particularly useful for AI assistants that need to perform web searches or extract content from specific webpages without requiring complex setup.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Perform web searches using Google Custom Search API. Parameters: query (string), num_results (optional integer, control number of results from 1 to 10)
Extract content from any webpage. Parameters: url (string, the webpage URL to extract content from)