Connect to Claude
Claude Desktop for Mac & Windows
Connect your llmskills to Claude Desktop using the Model Context Protocol (MCP). This guide walks you through the setup—it takes about 2 minutes.
Before you start
- ✓Claude Desktop installed (Mac or Windows)
- ✓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 Claude Desktop settings
Click on Claude in your menu bar, then select "Settings" (or press ⌘,). Navigate to the "Developer" tab.
Enable MCP servers
In the Developer tab, you'll see a section for MCP Servers. Click "Edit Config" to open the configuration file.
Add the llmskills server
Add the llmskills configuration to your MCP servers. If you already have other servers configured, add llmskills to the existing object.
{
"mcpServers": {
"llmskills": {
"url": "https://mcp.llmskills.ai/your-unique-id",
"transport": "sse"
}
}
}💡 Replace "your-unique-id" with your personal MCP URL from your dashboard.
Save and restart Claude
Save the config file and restart Claude Desktop. You should see a small plug icon indicating MCP servers are connected.
Verify the connection
Start a new conversation and ask Claude to list available skills. If connected correctly, Claude will show your purchased llmskills.
What llmskills do I have access to?