MCP Catalogs
Home

Google-Search-MCP vs filesystem

Side-by-side comparison to help you pick between these two MCP servers.

Google-Search-MCP
by kongyo2
filesystem
by modelcontextprotocol
Stars★ 3★ 85,748
30d uses
Score3377
Official
Categories
SearchWeb ScrapingDeveloper Tools
File SystemDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last commit9 mo agothis month

Google-Search-MCP · Summary

Experimental MCP server for enhanced Google search with advanced anti-detection features.

filesystem · Summary

A feature-rich MCP server for filesystem operations with dynamic directory access control.

Google-Search-MCP · Use cases

  • Information retrieval for research and analysis using complex search queries
  • Web scraping tasks requiring Google search results with custom parameters
  • Automation workflows needing search functionality with anti-blocking measures

filesystem · Use cases

  • Enable AI models to read and write project files during development
  • Allow Claude or other MCP clients to browse and analyze codebases
  • Provide secure sandboxed access to specific directories for content generation

Google-Search-MCP · Install

Installation

Installing via Smithery

To install google-search-mcp for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@kongyo2/google-search-mcp):

npx -y @smithery/cli install @kongyo2/google-search-mcp --client claude

Manual Installation

npm install

Configuration with Claude Desktop

Add this configuration to your Claude Desktop MCP settings:

{
  "mcpServers": {
    "enhanced-google-search": {
      "command": "npx",
      "args": ["tsx", "/path/to/your/project/src/server.ts"]
    }
  }
}

filesystem · Install

Installation

Using NPX

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    }
  }
}

Using Docker

{
  "mcpServers": {
    "filesystem": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
        "mcp/filesystem",
        "/projects"
      ]
    }
  }
}

VS Code Extension

Click the installation buttons in the README to install directly in VS Code.

Comparison generated from public README + GitHub signals. Last updated automatically.