Unstop MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Unstop MCP Serverfind hackathons starting this week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Unstop MCP Server
Hey there! Welcome to the Unstop MCP Server.
I built this project to act as a bridge between the Model Context Protocol (MCP) and Unstop's platform. Essentially, this server gives your favorite AI assistants (like Claude Desktop or Cursor) the "hands" and "eyes" to discover contests, track user participation, and pull analytics directly from Unstop.
(Note: Since there isn't an official public API for Unstop just yet, this project currently runs on some mocked data to demonstrate how the integration would work perfectly in the real world!)
What can it do?
Once connected to your AI, it can do things like:
Discover Contests: Filter through open hackathons, coding challenges, and designathons.
Track Participation: Check up on a specific user to see what they've registered for.
Pull Analytics: Grab average scores and participant counts for a specific contest.
Read the Rules: The AI can literally read the platform rules before helping you out.
Related MCP server: Examplary MCP Server
How to get it running
It's super simple to spin up locally on your machine.
Clone the repo and hop into the directory.
Set up a virtual environment (optional but highly recommended!):
python -m venv venv # On Windows: .\venv\Scripts\activate # On Mac/Linux: source venv/bin/activateInstall the requirements:
pip install -r requirements.txtRun the server!:
python run.py
By default, it runs using stdio (which is exactly what local AI apps want). If you want to run it over a web server instead, just run python run.py --transport sse.
Connecting to Claude Desktop
If you use Claude Desktop, you can plug this right in. Just copy the JSON from claude_desktop_config.json and paste it into your Claude configuration file (usually located at %APPDATA%\Claude\claude_desktop_config.json on Windows).
Restart Claude, and you'll see a neat little hammer icon showing your new Unstop tools!
Feel free to poke around the code in tools.py if you want to add your own features. Happy coding! 🎉
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vinoth322006/unstop-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server