Model Context Protocol server
MCP Skills
The skills-hub MCP server exposes 4,400+ AI coding skills as Model Context Protocol prompts, searchable from inside any MCP-compatible client, Claude Desktop, Claude Code, Cursor, Cline, Continue, and more. Install once, search semantically, install any skill without leaving your editor.
Why MCP for skills?
MCP, Model Context Protocol, is Anthropic's open standard for connecting AI tools to external data sources and capabilities. It's the right home for a skill registry: any MCP-compatible client can search and use the catalog without a per-tool integration.
With @skills-hub-ai/mcp connected, asking Claude or Cursor "find me a TypeScript code-review skill" surfaces the right skill from 4,400+ options, complete with quality score, security grade, and one-line install command. No browser tab required.
For tool builders, the MCP server is also a stable contract, skills-hub.ai handles syncing from 90+ official sources, security scanning, version management, and deduplication; you just consume the prompts.
Configuring the MCP server
For Claude Desktop, add the server to your config file:
{
"mcpServers": {
"skills-hub": {
"command": "npx",
"args": ["-y", "@skills-hub-ai/mcp"]
}
}
}Restart your client and skills will be available as MCP prompts. For Cursor, Cline, and other clients, see the integration docs, the config shape is similar.
Top skills available via MCP
See all →01code-review
57 installsThorough code review — checks correctness, security, performance, readability, and test coverage. Gives actionable feedback ranked by severity.
Review02ui-design-system
27 installsUI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.
Buildfrom Multi-Domain Skills03self-improving-agent
22 installsCurate Claude Code's auto-memory into durable project knowledge. Analyze MEMORY.md for patterns, promote proven learnings to CLAUDE.md and .claude/rules/, extract recurring solutions into reusable skills. Use when: (1) reviewing what Claude has learned about your project, (2) graduating a pattern from notes to enforced rules, (3) turning a debugging solution into a skill, (4) checking memory health and capacity.
Buildfrom Multi-Domain Skills04quickstart
22 installsZero to power user in one invoke — detects OS, installs Homebrew/apt/Node.js/Python, sets up Claude Code, authenticates skills-hub CLI, connects MCP servers, and installs recommended skills based on your project. Cross-platform (macOS, Linux, WSL). Idempotent. Use when: 'quickstart', 'setup machine', 'new machine setup', 'install everything', 'get started', 'onboard me', 'setup skills-hub', 'fresh install'.
Productivity05markitdown
19 installsConvert files and office documents to Markdown. Supports PDF, DOCX, PPTX, XLSX, images (with OCR), audio (with transcription), HTML, CSV, JSON, XML, ZIP, YouTube URLs, EPubs and more.
Researchfrom Scientific Skills06social-media-manager
17 installsWhen the user wants to develop social media strategy, plan content calendars, manage community engagement, or grow their social presence across platforms. Also use when the user mentions 'social media strategy,' 'social calendar,' 'community management,' 'social media plan,' 'grow followers,' 'engagement rate,' 'social media audit,' or 'which platforms should I use.' For writing individual social posts, see social-content. For analyzing social performance data, see social-media-analyzer.
Marketingfrom Multi-Domain Skills07Skill Finder
16 installsWorkflow orchestrator. Decomposes a task into ordered steps, finds or installs the right skill for each step, runs the chain, and offers to save it as a reusable skill.
Combo08security-review
15 installsSecurity audit and vulnerability assessment for any codebase. Scans for authentication bypasses, missing auth middleware, broken JWT validation (algorithm confusion, weak secrets, missing expiry), OAuth state and PKCE flaws, IDOR and horizontal privilege escalation, vertical privilege escalation via role manipulation, SQL injection, NoSQL injection, XSS (stored, reflected, DOM), command injection, path traversal, SSRF, CSRF, hardcoded secrets and API keys (sk_live_, AKIA, ghp_), .env and credential file exposure, PII leaking in logs and error responses, overfetching sensitive fields, CORS misconfiguration, session fixation, missing secure/httpOnly/sameSite cookie flags, and Firebase/Firestore rule weaknesses. Produces a severity-ranked findings report with exploit scenarios and fix recommendations. Covers OWASP Top 10.
Reviewfrom Skills Hub09pptx
15 installsUse this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions "deck," "slides," "presentation," or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.
Creativefrom Anthropic10marketing-strategy-pmm
15 installsProduct marketing skill for positioning, GTM strategy, competitive intelligence, and product launches. Use when the user asks about product positioning, go-to-market planning, competitive analysis, target audience definition, ICP definition, market research, launch plans, or sales enablement. Covers April Dunford positioning, ICP definition, competitive battlecards, launch playbooks, and international market entry. Produces deliverables including positioning statements, battlecard documents, launch plans, and go-to-market strategies.
Marketingfrom Multi-Domain Skills11senior-frontend
14 installsFrontend development skill for React, Next.js, TypeScript, and Tailwind CSS applications. Use when building React components, optimizing Next.js performance, analyzing bundle sizes, scaffolding frontend projects, implementing accessibility, or reviewing frontend code quality.
Buildfrom Multi-Domain Skills12web-research-agent
14 installsA comprehensive autonomous web research agent that performs targeted searches, fetches and parses web content, summarizes findings, and generates structured reports, adhering to industry best practices for accuracy, security, and robustness.
Analysis13unit-test
14 installsGenerate comprehensive unit tests with edge cases, error paths, and boundary values. Auto-detects test framework (Vitest, Jest, pytest, go test, flutter_test, RSpec, cargo test, JUnit), scans for untested functions by priority, adopts existing test conventions, generates tests with proper mocks, runs them, and self-heals failures in up to 3 iterations. Measures coverage before and after. Use when you need to add unit tests, increase code coverage, test edge cases, or verify error handling paths.
Testfrom Skills Hub14design-to-code
13 installsTurn a design into production-quality frontend code: extract a design system with tokens and components, make layouts responsive across breakpoints, add dark mode with WCAG-compliant theming, then run a UX audit to validate everything. Use when implementing UI from Figma, adding theming, making an app responsive, or overhauling frontend design consistency.
Combofrom Skills Hub15frontend-design
13 installsGuidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
Buildfrom Anthropic16swot-analysis
12 installsPerform a detailed SWOT analysis — strengths, weaknesses, opportunities, and threats with actionable recommendations. Use when doing strategic assessment, competitive analysis, or evaluating a product or business position.
Productfrom Product Management Skills17senior-backend
10 installsDesigns and implements backend systems including REST APIs, microservices, database architectures, authentication flows, and security hardening. Use when the user asks to "design REST APIs", "optimize database queries", "implement authentication", "build microservices", "review backend code", "set up GraphQL", "handle database migrations", or "load test APIs". Covers Node.js/Express/Fastify development, PostgreSQL optimization, API security, and backend architecture patterns.
Buildfrom Multi-Domain Skills18seo-audit
10 installsWhen the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," or "SEO health check." For building pages at scale to target keywords, see programmatic-seo. For adding structured data, see schema-markup.
Marketingfrom Multi-Domain Skills
Frequently asked questions about MCP skills
What are MCP skills?
MCP skills are AI coding skills exposed through the Model Context Protocol, Anthropic's open standard for connecting AI tools to data sources and capability servers. The @skills-hub-ai/mcp server exposes 4,400+ skills as MCP prompts so any MCP-compatible client (Claude Code, Claude Desktop, Cursor, Cline, and more) can search and install them without leaving the editor.
How do I install the skills-hub MCP server?
Add @skills-hub-ai/mcp to your MCP client config. For Claude Desktop, edit `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) and add a server entry pointing to `npx @skills-hub-ai/mcp`. The full config is on the Smithery listing and in the docs.
What can I do with the MCP server?
Search the catalog with natural-language queries (`find a code-review skill for TypeScript`), get install instructions for any skill, list skills by category or external source, and pull SKILL.md content directly into your AI tool's context. The server is a thin layer over the public skills-hub.ai API.
Does it work with non-Claude tools?
Yes. MCP is an open standard adopted by Cursor, Cline, Continue, and others. Any client that speaks MCP can connect to @skills-hub-ai/mcp, you don't need to be on Claude.
Is it free?
Yes. The MCP server is open source on npm and free to use. The catalog it queries is also free.