One-Command MCP Setup

Install the ClaudeSkillsHQ MCP server in under 60 seconds. Access all your skills directly in Claude.

What is the MCP Server?
The Model Context Protocol (MCP) server allows Claude to automatically discover and use your purchased skills

Auto-Loaded Skills

All your purchased and free skills are automatically available

No Manual Installation

Just connect once and your skills are ready to use

Purchase Verification

Automatically verifies your purchases via email

Browse Marketplace

Search and discover new skills directly from Claude

One-Command Setup
Get connected in under 60 seconds with our automated installer

Automatic Setup (Recommended)

Run this one command to automatically configure everything:

npx @claudeskillshq/mcp-server
Automatically detects Claude Desktop installation
Configures MCP server with your email
Creates backup of existing config
Ready in under 60 seconds

Manual Setup (Alternative)

Prefer to configure manually? Add this to your Claude configuration file:

Configuration file location:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
{
  "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:

  • Replace your-email@example.com with your ClaudeSkillsHQ account email
  • Windows users: Use "command": "npx.cmd" instead of "npx"

Restart Claude

After configuration, restart Claude Desktop to load the new setup. Your skills will be automatically available!

Usage Examples
How to use your skills after setup

Ask Claude to list your skills:

"What ClaudeSkillsHQ skills do I have access to?"

Use a purchased skill:

"Use my meeting-notes-summarizer skill to analyze this transcript"

Browse marketplace:

"Show me all free Development & Code skills on ClaudeSkillsHQ"
Troubleshooting
Common issues and solutions

Skills not showing up?

  • Verify your email matches the purchase email
  • Check your dashboard to confirm purchases
  • Restart Claude after configuration changes

Access denied errors?

  • Paid skills require purchase first
  • Verify email authentication in config
MCP Integration Setup - Model Context Protocol | ClaudeSkillsHQ