MCP Catalogs
Home

brightdata-mcp-adk-hackathon vs filesystem

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

brightdata-mcp-adk-hackathon
by arjunprabhulal
filesystem
by modelcontextprotocol
Stars★ 1★ 85,748
30d uses
Score3477
Official
Categories
Web ScrapingDeveloper ToolsAI / LLM Tools
File SystemDeveloper ToolsProductivity
LanguagePythonTypeScript
Last commit12 mo agothis month

brightdata-mcp-adk-hackathon · Summary

Professional web scraping platform using BrightData MCP server with 50+ tools and Google ADK integration.

filesystem · Summary

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

brightdata-mcp-adk-hackathon · Use cases

  • E-commerce price comparison and product data extraction
  • Social media trend analysis and content monitoring
  • Business intelligence and competitive research
  • News aggregation and content analysis

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

brightdata-mcp-adk-hackathon · Install

Installation

Prerequisites

  • Python 3.11+
  • Node.js 20+
  • Docker & Docker Compose
  • BrightData API credentials
  • Google AI API key

Quick Start

  1. Clone the repository:
git clone https://github.com/arjunprabhulal/brightdata-mcp-adk-hackathon.git
cd brightdata-mcp-adk-hackathon
  1. Configure environment:
cp backend/config/.env.example backend/config/.env
# Edit .env with your API credentials
  1. Start with Docker:
docker compose up -d

Claude Desktop Configuration

{
  "mcpServers": {
    "brightdata-mcp": {
      "command": "python",
      "args": ["path/to/brightdata/mcp/server.py"],
      "env": {
        "BRIGHTDATA_API_TOKEN": "your_token_here"
      }
    }
  }
}

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.