How to Use the Degreed MCP in Cursor
Pull live Degreed data directly into your code with Cursor. Build scripts that use real user skill profiles and learning history.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Degreed MCP to Cursor
Create your Vinkius account to connect Degreed to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Get Real User Data for Your Scripts
Stop using mock data. Tell Cursor's agent to call `get_user_profile` and it will inject a real JSON object with someone's skills and progress right into your editor. Then you can ask it to write a function that actually processes that data. You can also pull lists of people. `list_degreed_users` gets everyone in the org, while `list_active_learners` shows you who just finished a course. It's perfect for building reporting scripts or internal HR tools.
Build Tools That Interact with the Degreed Catalog
Your agent can use `search_learning_catalog` to find content and `get_content_details` to fetch its metadata. Ask Cursor to write code that uses these results, like a script that recommends new training based on project needs. This MCP Server gives your agent a full picture of what's available. The `list_learning_content` and `list_learning_pathways` tools provide all the raw data you need to build custom tools without leaving your editor.
Automate Skill and Competency Reporting
Need to build a skills matrix? The `list_defined_skills` tool gives your agent the company's official skill taxonomy as a starting point. Combine that with `list_user_completions` to see who has completed what training. Cursor can then generate a script to map those completions back to the skills list, giving you a real-time view of your team's capabilities.
Set up Degreed MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Degreed MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Degreed transactions." If the MCP tools are loaded correctly, Cursor will call the Degreed tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"degreed-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Degreed. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Degreed MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Degreed MCP today
We host it, we monitor it, we maintain it. You just paste one token.