Unstop MCP
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 MCPFind data science hackathons on Unstop"
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
Search competitions, hackathons, jobs, internships & scholarships on Unstop directly from Claude — no browser tab switching needed.
12 tools · 5 opportunity types · 2,500+ live listings · zero API keys required
🌐 Landing page: https://janmejai2002.github.io/unstop-mcp/
Tools
Tool | Description |
| Live counts for all 5 opportunity types |
| Universal search across any type |
| Case studies, quizzes, essay contests |
| Coding & innovation hackathons with region filter |
| Jobs with remote/salary/timing filters |
| Internships with WFH and stipend filters |
| Scholarships and fellowships |
| Full record: prizes, dates, eligibility, skills, apply link |
| Shorthand details for competitions |
| Filter by minimum cash prize, sorted highest first |
| Deadlines within N days, sorted soonest first |
| Quick "what's open right now" |
Related MCP server: Shortlist MCP Server
Quick start
git clone https://github.com/janmejai2002/unstop-mcp.git
cd unstop-mcp
python -m venv .venv
# Windows
.venv\Scripts\python.exe -m pip install -r requirements.txt
.venv\Scripts\python.exe smoke_test.py
# macOS / Linux
source .venv/bin/activate
pip install -r requirements.txt
python smoke_test.pyConnect to Claude Desktop
Edit %APPDATA%\Claude\claude_desktop_config.json (Windows) or~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"unstop": {
"command": "C:\\path\\to\\unstop-mcp\\.venv\\Scripts\\python.exe",
"args": ["C:\\path\\to\\unstop-mcp\\server.py"]
}
}
}Restart Claude Desktop. The 🔌 menu now shows all 12 Unstop tools.
Connect to Claude Code (CLI)
claude mcp add unstop -- /path/to/.venv/Scripts/python.exe /path/to/server.pyDeploy free on Render ← one click
This gives you a public https://unstop-mcp.onrender.com URL.
Manual steps if you prefer:
Fork this repo on GitHub
render.com → New Web Service → connect your fork
Build command:
pip install -r requirements.txtStart command:
python server.py --transport sse --host 0.0.0.0 --port $PORTYour SSE endpoint:
https://your-service.onrender.com/sse
Free tier sleeps after 15 min of inactivity and wakes in ~30 s on the next request. Acceptable for a personal connector.
Add as a Claude.ai Remote Connector
Deploy on Render (above) to get your public HTTPS URL
Claude.ai → Settings → Integrations → Add custom integration
Paste
https://your-service.onrender.com/sseName it Unstop → click Add
All 12 tools now appear in every Claude.ai conversation
Test locally with ngrok (instant)
# Terminal 1 — start SSE server
python server.py --transport sse --port 8000
# Terminal 2 — expose via ngrok
ngrok http 8000
# Paste https://xxxx.ngrok-free.app/sse into Claude.ai integrationsExample prompts
What hackathons are open on Unstop right now?
Find AI competitions with a prize pool over ₹1 lakh.
Show me remote Python developer jobs on Unstop.
Which Unstop competitions close in the next 3 days?
Give me full details for the Smart India Hackathon.
Find paid internships with at least ₹20,000/month stipend.
How many jobs vs internships are open on Unstop today?
Search for blockchain hackathons online.Enable GitHub Pages (landing page)
Repo → Settings → Pages
Source: Deploy from a branch → branch
main, folder/docsClick Save — live in ~60 s at
https://janmejai2002.github.io/unstop-mcp/
License
MIT — free to use, fork, and build on.
Built with FastMCP · Data from Unstop public API · Not affiliated with Unstop
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
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/janmejai2002/unstop-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server