Google Search
Summary
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.
Available Actions(2)
Search
Perform web searches using Google Custom Search API. Allows searching the entire web or specific sites, controlling the number of results (1-10), and getting structured results with title, link, and snippet.
Webpage Reader
Extract content from any webpage. Fetches and parses webpage content, extracts page title and main text, cleans content by removing scripts and styles, and returns structured data with title, text, and URL.
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation