MCP Server for Google Search
MCP-Server für die Google-Suche
Ein Model Context Protocol-Server, der Websuchfunktionen mithilfe der Google Custom Search API und einer Funktion zum Extrahieren von Webseiteninhalten bereitstellt.
Werkzeuge
Suchen
Führen Sie Websuchen mit der Google Custom Search API durch:
Durchsuchen Sie das gesamte Web oder bestimmte Websites
Kontrollanzahl der Ergebnisse (1-10)
Erhalten Sie strukturierte Ergebnisse mit Titel, Link und Snippet
Webseiten-Reader
Extrahieren Sie Inhalte von jeder Webseite:
Abrufen und Analysieren von Webseiteninhalten
Seitentitel und Haupttext extrahieren
Bereinigen Sie Inhalte, indem Sie Skripte und Stile entfernen
Strukturierte Daten mit Titel, Text und URL zurückgeben
Related MCP server: MCP Google Custom Search Server
Installation
Holen Sie sich den Google API-Schlüssel und die Suchmaschinen-ID
Erstellen Sie ein Google Cloud-Projekt:
Gehen Sie zur Google Cloud Console
Erstellen Sie ein neues Projekt oder wählen Sie ein vorhandenes aus
Aktivieren Sie die Abrechnung für Ihr Projekt
Aktivieren Sie die benutzerdefinierte Such-API:
Zur API-Bibliothek
Suche nach „Custom Search API“
Klicken Sie auf „Aktivieren“
API-Schlüssel abrufen:
Gehe zu Anmeldeinformationen
Klicken Sie auf „Anmeldeinformationen erstellen“ > „API-Schlüssel“.
Kopieren Sie Ihren API-Schlüssel
(Optional) Beschränken Sie den API-Schlüssel auf die benutzerdefinierte Such-API
Benutzerdefinierte Suchmaschine erstellen:
Geben Sie die Sites ein, die Sie durchsuchen möchten (verwenden Sie www.google.com für die allgemeine Websuche)
Klicken Sie auf „Erstellen“
Klicken Sie auf der nächsten Seite auf „Anpassen“
Aktivieren Sie in den Einstellungen „Im gesamten Web suchen“
Kopieren Sie Ihre Suchmaschinen-ID (cx)
Client-Konfiguration
Zur Verwendung mit Claude Desktop fügen Sie die Serverkonfiguration mit Ihren Google-API-Anmeldeinformationen hinzu:
Unter MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json Unter Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"google-search": {
"command": "npx",
"args": ["-y", "@mcp-for-dev/mcp-google-search"],
"env": {
"GOOGLE_API_KEY": "your-api-key-here",
"GOOGLE_SEARCH_ENGINE_ID": "your-search-engine-id-here"
}
}
}
}Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides web search capabilities using Google Custom Search API, enabling users to perform searches through a Model Context Protocol server.228768MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables LLMs to perform web searches using Google's Custom Search API through a standardized interface.147MIT
- FlicenseAqualityDmaintenanceA Model Context Protocol server that provides web and image search capabilities through Google's Custom Search API, allowing AI assistants like Claude to access current information from the internet.22
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides web search capabilities using Google Custom Search API and webpage content extraction functionality.2MIT
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
MCP server for Google search results via SERP API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcp-for-dev/mcp-google-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server