Connect to Cursor
AI-powered code editor
Connect your llmskills to Cursor using the Model Context Protocol (MCP). Get expert methodology right in your coding workflow.
Before you start
- ✓Cursor IDE installed (latest version recommended)
- ✓At least one skill purchased from llmskills.ai
- ✓Your personal MCP URL (from your dashboard)
Your MCP URL
https://mcp.llmskills.ai/your-unique-idSign in to get your personal MCP URL, or purchase a skill first.
Setup Guide
Open Cursor settings
Press ⌘, (Mac) or Ctrl+, (Windows) to open Cursor settings, or click the gear icon in the bottom left. Navigate to "Features" → "MCP Servers".
Add a new MCP server
Click "Add Server" or edit your MCP configuration directly. You can also edit the settings.json file directly.
Configure the llmskills server
Add the llmskills MCP server to your configuration. The exact location depends on your Cursor version.
{
"mcp.servers": {
"llmskills": {
"url": "https://mcp.llmskills.ai/your-unique-id",
"transport": "sse"
}
}
}💡 Replace "your-unique-id" with your personal MCP URL from your dashboard.
Restart Cursor
After saving your configuration, restart Cursor to establish the MCP connection. The server should connect automatically on startup.
Verify in the chat panel
Open Cursor's AI chat panel (⌘L) and ask about available tools. If connected, it will show your llmskills.
What llmskills tools do I have available?
Great for Developers
Code Review Skills
Get expert methodology applied to your code. Skills can analyze patterns, suggest improvements, and explain best practices.
Writing & Documentation
Use writing skills for better commit messages, documentation, and technical writing—right in your editor.
Problem Solving
Apply expert diagnostic frameworks to debugging and architecture decisions with structured methodology.
Learning
Education skills can explain concepts and help you learn new technologies with personalized guidance.