This MCP server enables AI agents to perform Google searches, extract content from search results, and follow links to research websites. It provides tools for intelligent synthesis and content extraction, connecting directly to Google's search API. Developers use it to build AI agents that can autonomously gather and analyze information from the web.
This MCP server enables AI agents to perform Google searches, extract content from search results, and follow links to research websites. It provides tools for intelligent synthesis and content extraction, connecting directly to Google's search API. Developers use it to build AI agents that can autonomously gather and analyze information from the web.
npx -y google-search-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mixelpixx-google-search-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y google-search-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Google Search?"
API Key Required
This server requires an API key from Google Search. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| GOOGLE_SEARCH_API_KEY | Yes | Your Google Search API key |
"What resources are available in Google Search?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Google Search"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Google Search with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.