Install the ClaudeSkillsHQ MCP server in under 60 seconds. Access all your skills directly in Claude.
All your purchased and free skills are automatically available
Just connect once and your skills are ready to use
Automatically verifies your purchases via email
Search and discover new skills directly from Claude
Run this one command to automatically configure everything:
npx @claudeskillshq/mcp-server
Prefer to configure manually? Add this to your Claude configuration file:
Configuration file location:
{
"mcpServers": {
"claudeskillshq": {
"command": "npx",
"args": ["-y", "@claudeskillshq/mcp-server@latest"],
"env": {
"CLAUDESKILLSHQ_USER_EMAIL": "your-email@example.com",
"CLAUDESKILLSHQ_API_URL": "https://www.claudeskillshq.com/api"
}
}
}
}Important:
your-email@example.com with your ClaudeSkillsHQ account email"command": "npx.cmd" instead of "npx"After configuration, restart Claude Desktop to load the new setup. Your skills will be automatically available!