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: SpyNet
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.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI assistants to interact with Dynamics 365 Commerce systems through 125+ tools covering customer management, sales orders, cart operations, product searches, inventory tracking, and store operations. Provides comprehensive mock data for development and testing purposes.2
- FlicenseBqualityDmaintenanceEnables AI assistants to configure and manage session-based REST and WebSocket mock servers for application development and testing. It allows for dynamic endpoint setup, request history inspection, and real-time WebSocket communication through natural language commands.8
- AlicenseBqualityCmaintenanceEnables users to discover and search for Unstop hackathons through features like filtering, location-based discovery, and detailed event enrichment. It provides MCP tools and prompts that allow LLMs to compare events, plan searches, and access cached data for fast lookups.5MIT

MCPaeroeduofficial
AlicenseAqualityBmaintenanceEnables AI assistants to interact with the AeroEduVision platform, allowing exam generation, course management, knowledge graph queries, and student progress tracking through natural language commands.24MIT
Related MCP Connectors
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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