MCP_Server
by ThomasJanssen-tech·★ 1·Score 28
Python MCP server for querying Crunchbase company data through Claude Desktop.
Overview
This MCP server allows users to ask questions about companies listed on Crunchbase by integrating with the Crunchbase API through Bright Data. The server processes and ingests data which can then be queried through Claude Desktop. It uses Python and requires UV for package management and Claude Desktop as the client application.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you need to analyze Crunchbase company data through Claude Desktop and are willing to handle your own data ingestion with Bright Data API.
When NOT to choose this
Don't choose this server if you need real-time data updates, want built-in authentication, or prefer solutions that don't require external API keys like Bright Data.
Comparable tools
Installation
Installation
- Install UV
On Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"On MacOS/Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh- Download Claude Desktop
Download from: https://claude.ai/download
- Clone the repository:
git clone https://github.com/ThomasJanssen-tech/MCP_Server
cd MCP_Server- Add Bright Data API Key
Get $15 Bright Data credits: https://brdta.com/tomstechacademy Rename .env.example to .env and add your Bright Data API key
- Configure Claude Desktop
uv run mcp install main.pyUsage
Execute the following commands:
uv run download_data.py
uv run ingest_data.pyFAQ
- What data sources does this MCP server use?
- The server uses Crunchbase data accessed through the Bright Data API.
- Do I need to set up anything special before using?
- Yes, you need to get a Bright Data API key and configure Claude Desktop to use the MCP server.
Compare MCP_Server with
Last updated · Auto-generated from public README + GitHub signals.