
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
getskills-mcp
Advanced tools
MCP server for GetSkills — search and install AI skills from inside Claude Code, Cursor, or any MCP-compatible client.
MCP server for GetSkills. Search and install AI skills directly from inside Claude Code, Cursor, or any MCP-compatible client — no browser needed.
Claude Code — one command:
claude mcp add getskills -- npx -y getskills-mcp
Lets your AI assistant pull skills from the GetSkills catalog (3,000+ skills for Claude Code, Cursor, ChatGPT, etc.) into your local skills folder with a single tool call.
Tools exposed:
| Tool | Purpose |
|---|---|
search_skills | Full-text search the catalog by query, category, or platform |
get_skill | Fetch a single skill by slug (incl. full skill_code) |
install_skill | Write SKILL.md to ~/.claude/skills/<slug>/ |
list_categories | List all categories with skill counts |
list_packs | List the 8 curated starter packs (Engineer, Founder, PM, SRE, Designer, Data, Sales, Creator) |
install_pack | Install every skill in a pack at once |
claude mcp add getskills -- npx -y getskills-mcp
That's it. Open any Claude Code session and you can ask:
"Search GetSkills for a race condition debugger and install the top one."
Claude will call search_skills, find debug-race-condition-hunter, then call install_skill to write it to ~/.claude/skills/debug-race-condition-hunter/SKILL.md. The skill is auto-loaded in every future Claude Code session.
Add to your client's MCP config (e.g. Cursor's mcp.json):
{
"mcpServers": {
"getskills": {
"command": "npx",
"args": ["-y", "getskills-mcp"]
}
}
}
git clone https://github.com/Sidsaladi9/getskills.git
cd getskills/mcp-server
npm install
npm run build
node dist/index.js # starts the MCP stdio server
Environment variables (all optional):
| Variable | Default | Purpose |
|---|---|---|
GETSKILLS_INSTALL_DIR | ~/.claude/skills | Where install_skill writes the SKILL.md file. Override for Cursor (.cursor/rules) or testing. |
GETSKILLS_API_URL | https://ckayrjtuviysrmilasiw.supabase.co | API endpoint. Override for self-hosted forks. |
GETSKILLS_ANON_KEY | (built-in public anon key) | Override only if you self-host. |
1. Search for a skill:
You: Find me a skill for writing PRDs.
Claude: [calls search_skills(query="PRD writer")]
I found 3 matches. The top result is "PRD Writer" by Sid Saladi —
a thorough PRD template with sections for problem, scope, success
metrics, and rollout plan.
2. Install the whole Founder Pack:
You: I'm preparing for a fundraise. Install the founder pack.
Claude: [calls install_pack(pack_slug="founder-pack")]
Done. Installed 10 skills to ~/.claude/skills/:
• founder-investor-update-honest
• founder-board-memo-tough-quarter
• founder-fundraising-narrative-pressure-test
• founder-term-sheet-decoder
• founder-runway-extension-playbook
... (5 more)
Restart Claude Code in this project — they'll auto-load.
The server is a standard MCP stdio server. Read-only catalog access goes through GetSkills' public Supabase REST endpoint with the anon key. Install writes SKILL.md files locally; no credentials needed.
npm run dev # tsx, hot-reload
npm run build # compile to dist/
npm run inspect # launch MCP Inspector against the server
./test-smoke.sh # JSON-RPC smoke test (6 tools, end-to-end)
MIT — see GetSkills.
Built with Claude Code by Sid Saladi.
FAQs
MCP server for GetSkills — search and install AI skills from inside Claude Code, Cursor, or any MCP-compatible client.
The npm package getskills-mcp receives a total of 41 weekly downloads. As such, getskills-mcp popularity was classified as not popular.
We found that getskills-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.