Devfolio MCP
Learn about Devfolio MCP (Model Context Protocol) integration.
Announcement
Builders, meet the Devfolio MCP Server (Beta).
Pull your profile. Fetch your hackathons. Draft a submission, all from the comfort of your AI client.
🤔 What is MCP?
MCP stands for Model Context Protocol - a protocol that securely streams relevant personal or app-specific data to AI models, helping them respond with deeper context and awareness.
In this case, it allows you to connect your Devfolio account to any MCP-compatible AI tool (like Cursor, VS Code extensions, or Claude) using a simple JSON configuration. This means the AI can understand things like your Devfolio profile, projects, and hackathon activity only if you allow it.
Want to dive deeper?
Check this out → Devfolio MCP Explainer
🧠 Unlock Devfolio's MCP AI — Step-by-Step Guide
Beta Access Required
This feature is currently available for Beta Users Only
✨ Step 1: Enter
Head to devfolio.co and click on your avatar in the top-right corner. From the dropdown, click Account Settings.
🧪 Step 2: Join the Beta Club
In the left sidebar, find the tab labeled Beta. Click it, and hit Join Devfolio Beta.
Welcome to the experimental zone
You're now part of the experimental zone. No lab coats required.
🤖 Step 3: Find the "MCP" Gateway
Once you've joined the Beta program, a new tab magically appears just below — called MCP. Click it: https://devfolio.co/settings/mcp
What is Devfolio MCP?
Devfolio MCP = Devfolio's Model Context Protocol Server.
🔐 Step 4: Configure the MCP
Inside the MCP tab:
- Generate your API Key
- Copy the auto-generated JSON config
Security Warning
Your MCP API key is sensitive — like a password. Anyone with access can act on your behalf. If compromised, revoke it and generate a new one right away.
🧩 Step 5: Connect an AI Agent
Take your JSON config and paste it into a compatible MCP AI client like Cursor or any other that supports streamable HTTP MCP servers.
- Open Your IDE
- Launch your preferred editor (VS Code, Cursor, etc.).
- Make sure the MCP-compatible plugin/extension is installed.
- Open the Command Palette
- Press
Cmd + Shift + P(Mac) orCtrl + Shift + P(Windows/Linux). - Type:
MCP→ selectAdd MCP Server(or equivalent).
- Press
- Paste Your Config
- Paste the JSON config you copied from Devfolio MCP Tab.
- It should look like this:
{
"mcpServers": {
"devfolio": {
"url": "https://mcp.devfolio.co/mcp?apiKey=XXXX-XXXX-XXXX-XXXX-XXXX"
}
}
}What's happening?
You're essentially plugging your AI into your Devfolio universe.
Example: Cursor IDE configured with Devfolio MCP
💬 Step 6: Talk to Your Devfolio AI!
Here are some good sample questions to ask the AI:
- What is my username?
- Analyze and summarize the prizes for the
hackathonNamehackathon. - Which prizes from the hackathon are most relevant to my project?
- Analyze my project, and create a submission for the
hackathonNamehackathon. - Update the tagline of my project
projectNameto be more impactful.
Success!
🎉 Hola! You now have an AI buddy that knows your Devfolio activity.

How is this guide?