- Python 3.13
On Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
On MacOS/Linix:
curl -LsSf https://astral.sh/uv/install.sh | sh
More info: https://docs.astral.sh/uv/getting-started/installation/
Download Claude Desktop here: https://claude.ai/download
git clone https://github.com/ThomasJanssen-tech/MCP_Server
cd MCP_Server
- Get your $15 Bright Data credits: https://brdta.com/tomstechacademy
- Rename the .env.example file to .env
- Add your Bright Data API key
In the project directory, now run the following command to automatically configure Claude Desktop, where main.py is the name of your MCP Server Script.
uv run mcp install main.py
-
Open a terminal in VS Code
-
Execute the following command:
uv run download_data.py
uv run ingest_data.py