pmcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pmcpfind a skill to generate QR codes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
pmcp
Find and use package skills without loading every document into your agent's context.
pmcp reads installed SKILL.md files and exposes three MCP tools: skill_catalog,
skill_find, and skill_call.
Install
npm install --save-dev @modootoday/pmcpRegister it with an MCP host:
{
"mcpServers": {
"pmcp": { "command": "npx", "args": ["-y", "@modootoday/pmcp"] }
}
}For Claude Code:
claude mcp add pmcp -- npx -y @modootoday/pmcpRelated MCP server: Skill Shelf
Commands
pmcp list
pmcp available
pmcp install --all --dry-run
pmcp install <skill-package> --yes
pmcp sync --dry-run
pmcp login
pmcp whoami
pmcp logoutavailable matches the provided catalog against actual installed dependency
versions locally. install and sync use npm or Bun, pin exact versions, and
require confirmation before changing the project's manifest and lockfile.
--dry-run does not install packages. --catalog <file> uses a saved catalog
response instead of fetching one. Registry access is handled by your package
manager; an OAuth login is not an npm registry token.
Run pmcp --help or pmcp <command> --help for options. With no command,
pmcp serves MCP on stdio. Use --root <node_modules> to select a local tree
and repeat --scope <prefix> to restrict local package discovery.
Package skills
Skills are discovered by filename, including skills/, .agent/skills/,
.claude/skills/, .gemini/skills/, .codex/skills/, and lib/skill/ layouts
within the discovery depth. A skill needs a frontmatter description for search.
skill_find accepts a problem description and returns matching skills.
skill_call opens the selected document. Local MCP reading requires no login.
Runtime and licence
Node.js 22 or later, or Bun 1.3 or later. Default ranking is lexical. The optional
index command requires a separately installed encoder; it is not part of the
default installation.
Elastic License 2.0. See LICENSE and NOTICE for terms and dependency notices.
Documentation: https://pmcp.build.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Governed AI agent skills — one library, distributed to devs and exposed to remote agents over MCP.
Search & install 6,500+ AI agent skills from skills-hub.ai inside any MCP tool.
A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.
Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to discover, install, and manage SKILL.md skills from a Git-backed registry via MCP tools for search, install, and list operations.131MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to search, browse, install, and manage a large library of skills via only 7 MCP tools, with skills stored locally and loaded on demand to minimize context overhead.4-
- AlicenseNot gradedqualityCmaintenanceExposes MCP tools to list, search, and load Markdown skills from a local folder, enabling coding agents to discover and reuse procedural knowledge.MIT
- AlicenseNot gradedqualityAmaintenanceEnables MCP-capable agents to search, inspect, lint, and safely install Agent Skills from the skillmd registry mid-conversation.61MIT