Description

MCP Server built for use with VS Code / Cline / Anthropic - enable google search and ability to follow links and research websites.

Installation

npx -y google-search-mcp-server
npm install google-search-mcp-server
git clone https://github.com/mixelpixx/Google-Search-MCP-Server

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "google-search-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "google-search-mcp-server"
      ]
    }
  }
}