devpost-mcp-server
Enables searching and analyzing Devpost hackathons, winning projects, and tech stack trends for hackathon preparation.
README
devpost-mcp-server
MCP server that queries Devpost.com, the hackathon platform. Search hackathons, fetch winning projects, analyze tech stack trends, and research what actually wins. Works with Claude Code, Cursor, or any MCP client.
This is not a hackathon project. This is a tool that reads data from the Devpost website.
What it does
Data Tools
Raw access to Devpost data.
| Tool | Input | Output |
|---|---|---|
search_hackathons |
query, status (upcoming/open/ended) | Hackathon names, URLs, dates, participant counts, prizes |
get_winners |
hackathon slug (e.g. "hackillinois-2026") | Winning projects with names, taglines, teams, prizes, tech stacks |
get_project |
project slug | Full project info: description, team, GitHub URL, demo video, tech stack |
search_projects |
query, sort (recent/popular) | Matching projects across all of Devpost |
Research Tools
Analytical layer on top of the raw data. The part that's actually useful for hackathon prep.
| Tool | Input | Output |
|---|---|---|
check_idea_exists |
idea description | Similar projects that already exist, how they did, how many times it's been built |
analyze_winning_stacks |
hackathon slug | Aggregated tech stacks across winners. "React shows up in 60% of winners" |
analyze_sponsor_tracks |
hackathon slug | Submissions per track, win rates, competition density per sponsor |
get_submission_template |
hackathon slug or project slug | Structure of a winning submission: sections, tone, length, formatting patterns |
compare_hackathons |
two hackathon slugs | Size, prize pool, typical winner profile, tech trends side by side |
trending_tools |
time range (optional) | Across recent winners globally: most used APIs, frameworks, tools |
Use Cases
- "Has someone built an AI interview tool at a hackathon before?"
- "What tech stacks did the last 3 years of HackIllinois winners use?"
- "Which sponsor track at this hackathon had the fewest submissions?"
- "Show me how the winning Devpost submission was formatted"
- "What APIs are trending across hackathon winners right now?"
- "Compare HackIllinois and TreeHacks: size, prizes, what wins"
Install
Add to your Claude Code MCP settings (~/.claude/settings.json):
{
"mcpServers": {
"devpost": {
"command": "npx",
"args": ["devpost-mcp-server"]
}
}
}
Or for Cursor, add to .cursor/mcp.json.
From source (for development):
git clone https://github.com/RohanMuppa/devpost-mcp-server.git
cd devpost-mcp-server
npm install && npm run build
How it works
Devpost doesn't have a public API. This server fetches HTML pages from devpost.com and parses them with cheerio. Results are cached in memory for 5 minutes to avoid repeated requests. The research tools aggregate data across multiple pages to produce analytical results.
Uses stdio transport per the MCP specification.
License
MIT
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
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.