Google-Search-MCP-Server

mixelpixx/Google-Search-MCP-Server
★ 228 stars TypeScript 🔍 Search Updated 1mo ago
MCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "google-search-mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "mixelpixx/Google-Search-MCP-Server"
      ]
    }
  }
}