A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
CLI, TypeScript SDK, and MCP Server for SkillDB β discover, install, and manage AI agent skills.
5,900+ expert skills across 429 packs for Claude Code, Cursor, Windsurf, VS Code, and any MCP-compatible AI tool.
Open source for transparency. This is the full source for the
skilldbnpm package β the CLI and MCP server that run on your machine and handle your API key. It's published to npm via Trusted Publishing (OIDC, with provenance), so the published artifact is verifiably built from this repo. Audit away, and PRs welcome. MIT licensed.
Connect SkillDB directly to your AI coding tool via the Model Context Protocol:
Note:
skilldb-mcpis a binary inside theskilldbpackage, not its own npm package β always invoke it asnpx -p skilldb skilldb-mcp(notnpx skilldb-mcp).
β οΈ Without an API key, you can search and browse skills (metadata only). With a free API key, you get full skill content β the actual markdown instructions your agent uses. Get your key in 30 seconds at skilldb.dev/api-access.
Cursor β add to .cursor/mcp.json:
Windsurf β add to mcp_config.json:
VS Code β one-liner:
Or add the same server block to .vscode/mcp.json (workspace) / user mcp.json under "servers".
Once connected, your AI assistant can search and load skills natively. Just ask:
10 tools exposed: skilldb_search, skilldb_get, skilldb_list, skilldb_suggest, skilldb_recommend, skilldb_purge, skilldb_set_key (set/swap your API key mid-session, no restart), and the private-skill tools skilldb_my_skills, skilldb_create_skill, skilldb_update_skill (Studio plan + write-scoped key).
Or use npx skilldb without installing.
Loading 500 skills into your agent's context is worse than loading the right 5. SkillDB uses a 3-layer architecture to manage this:
Your CLAUDE.md or .cursorrules points at .skilldb/active/, not the full cache. The agent gets focused, relevant skills β not noise.
skilldb initDetect your IDE (Claude Code, Cursor, Codex CLI, OpenClaw), create .skilldb/, and add integration config.
skilldb search <query>Search skills by keyword. Shows inline slim preview so you know what you're getting before downloading.
skilldb add <pack>Download a skill pack to local cache. Idempotent β skips already-cached skills.
skilldb get <id>Download a single skill.
skilldb info <id>Show metadata, slim summary, and full preview for a skill.
skilldb listList available categories, packs, and skills.
skilldb loginPrompts for your API key and saves it to ~/.skilldbrc (user-wide) so every project picks it up via the resolution chain in Authentication. The recommended alternative to setting SKILLDB_API_KEY by hand.
skilldb use <profile>Activate a focused profile β only loads relevant skills into .skilldb/active/.
auto mode scans your package.json, file extensions, and imports to recommend the right profile.
skilldb budgetSet a maximum context budget so your agent doesn't get overloaded.
skilldb slimGenerate compressed cheat-sheet versions of skills (~30 lines instead of 300).
skilldb updateCheck for newer versions of installed skills and update them.
skilldb removeUninstall skills from local cache.
skilldb doctorHealth check and audit of your skill setup.
Shows: outdated skills, unused skills, missing dependencies, budget status, coverage gaps.
skilldb statsLocal statistics dashboard.
Shows: installed count, total lines, tokens, active profile, categories covered.
skilldb diff <id>Compare your local (possibly customized) version with the latest remote.
skilldb purgeRemove cached skills to free disk space.
Create skills that only you (and people you share them with) can read. They surface in your own search results when you're authenticated. Creating/editing requires the Studio plan and an API key with write scope β mint one at skilldb.dev/account#api-keys.
skilldb push <file.md>Create (or update) a private skill from a local Markdown file. The skill name defaults to the filename; the title resolves as --title flag β first Markdown # H1 β filename.
Options: -p, --pack, -n, --name, -t, --title, -d, --description, --tags <comma,list>, -u, --update.
skilldb my-skillsList your private skills (ones you own plus skills shared with you).
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/skilldb)<a href="https://allmcps.com/mcp/skilldb"><img src="https://allmcps.com/api/badge/skilldb?style=directory" alt="SkillDB on AllMCPs" /></a>