MCP_Server
Enables querying Crunchbase company data through Claude Desktop using natural language, with Bright Data for data retrieval.
README
<h1>Build an MCP Server with Python</h1>
<h2>Watch the full tutorial on my YouTube Channel</h2> <div>
<a> <img src="thumbnail_small.png" alt="Thomas Janssen Youtube" width="200"/> </a> </div>
<h2>Prerequisites</h2> <ul> <li>Python 3.13</li> </ul>
<h2>Installation</h2>
<h3>1. Install UV</h3>
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/
<h3>2. Download Claude Desktop</h3>
Download Claude Desktop here: https://claude.ai/download
<h3>3. Clone the repository:</h3>
git clone https://github.com/ThomasJanssen-tech/MCP_Server
cd MCP_Server
<h3>4. Add Bright Data API Key</h3> <ul> <li>Get your $15 Bright Data credits: https://brdta.com/tomstechacademy</li> <li>Rename the .env.example file to .env</li> <li>Add your Bright Data API key</li> </ul>
<h3>Configure Claude Desktop</h3>
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
<h2>Executing the scripts</h2>
-
Open a terminal in VS Code
-
Execute the following command:
uv run download_data.py
uv run ingest_data.py
<h2>Start asking questions to Claude Desktop</h2> You can now ask questions to Claude Desktop about companies listed on Crunchbase!
<h2>Further reading</h2> <ul> <li>https://github.com/modelcontextprotocol/python-sdk</li> </ul>
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.