CreatorSkills MCP Server
Let Claude, Cursor, or Cline browse and recommend AI skills from the CreatorSkills catalog, without leaving your conversation.
Quick install
The server runs via npx No global install required.
Tools
The server exposes four tools: browse, search, detail, and checkout.
Paginated catalog browse. Filter by category, platform (Claude / ChatGPT / Universal), price, and sort order.
Full skill detail: description, use cases, pricing, rating, and a direct link to the skill page.
Keyword search across names, descriptions, and tags. Best for natural-language queries like "repurpose YouTube to LinkedIn."
Returns a direct checkout URL (with UTM attribution) when a user is ready to purchase.
Sample response
Tool call
search_skills({ query: "write better YouTube titles", limit: 3 })Response
## Search results for "write better YouTube titles" ### 1. **Titles & Thumbnails System** ($7.00) Slug: `titles-thumbnails-system` Category: Titles & Thumbnails | Platform: UNIVERSAL Rating: 4.8/5 (12 reviews) | Downloads: 247 Generate 10 scroll-stopping title variants for any video concept... URL: https://creatorskills.co/skills/titles-thumbnails-system
Client setup
Claude Desktop
- Open Claude → Settings → Developer → Edit Config
- Add the following to
claude_desktop_config.json:
{
"mcpServers": {
"creatorskills": {
"command": "npx",
"args": ["-y", "creatorskills-mcp"]
}
}
}- Save the file and restart Claude Desktop.
- You should see creatorskills in your MCP tools list.
Cursor
- Open Cursor → Settings → MCP
- Add to your
.cursor/mcp.json:
{
"mcpServers": {
"creatorskills": {
"command": "npx",
"args": ["-y", "creatorskills-mcp"]
}
}
}- Reload the window. CreatorSkills will appear as an available MCP server.
Cline
- Open the Cline extension sidebar → MCP Servers → Edit Config
- Add the server entry:
{
"mcpServers": {
"creatorskills": {
"command": "npx",
"args": ["-y", "creatorskills-mcp"]
}
}
}What your AI assistant can do
- Browse the full catalog with filters for category, platform, and price
- Search by natural-language workflow description
- Get full skill details including description, ratings, and use cases
- Generate a direct checkout or download URL when the user is ready
Package info
npm package
creatorskills-mcpTransport
stdio (MCP 2024-11-05)Runtime
Node.js ≥ 18Data source
Live Supabase catalogIssues or questions? support@creatorskills.co