mcpbeat Sign in

Pm Claude Skills MCP Server

by mohitagw15856 Your server? Claim it
local only

Pm Claude Skills runs on your own machine — the client starts it, so there is no endpoint to ping. 2 426 installs a week from npm. Last commit 16 Sep 2026.

1174 professional Agent Skills + workflow recipes — searchable & fetchable over MCP.

Installs per day peak 880 · avg 280 · -81% w/w
a month agotoday
2 426
Installs / week
npm · pm-claude-skills
1369
Stars
9 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
HTML

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node bin/postinstall.mjs
else pr = await api('POST', `/repos/${REPO}/pulls`, { title: `Update ${changes.length} pm-skill(s) to latest`, head: BRANCH, base, body });
Builds a file path from a variable web/docs-assets/shoot.mjs:52
      const png = path.join(__dirname, s.out);
import { readFileSync, writeFileSync, readdirSync, existsSync, statSync } from 'node:fs';
Sends data to a third-party sink integrations/telegram/src/index.js:15
  const r = await fetch(`https://api.telegram.org/bot${token}/${method}`, {
  el('tracks').innerHTML=TRACKS.map(t=>{

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pm-claude-skills -- npx -y pm-claude-skills
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pm-claude-skills": {
      "args": [
        "-y",
        "pm-claude-skills"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pm-claude-skills]
command = "npx"
args = ["-y", "pm-claude-skills"]
.cursor/mcp.json
{
  "mcpServers": {
    "pm-claude-skills": {
      "args": [
        "-y",
        "pm-claude-skills"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pm-claude-skills": {
      "args": [
        "-y",
        "pm-claude-skills"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Pm Claude Skills

same job, measured the same way
HeyClaude — Claude & AI workflow directory
by jsonbored

Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools.

74 installs/wk 28 tools answering
OpenClaw Agent Instruction Registry
by izworskic

Search and retrieve agent instruction files: system prompts, skills, workflows, and safety filters.

36 installs/wk local only
Ennodia
by cherninlab

Try other agents, models, and skills from your familiar AI workflow through a local MCP server

181 installs/wk local only
MindFlows
by mindflows

Visual workflow memory: search, read, and freeze MindFlows workflows from any agent.

answering
MCP Cost Tracker Router
by dbsectrainer

Real-time cost awareness for MCP agent workflows

25 installs/wk local only
Agent Workflow Engine
by lazymac2x

Cloudflare Workers MCP server: agent-workflow-engine

5 tools answering
TMCP
by jakyeamos

Composable skill packets, harvests, workflow routing, and release/audit rubrics over MCP.

local only
Aishelf MCP Server
by vedant2254

MCP server for AIShelf - allows AI model to choose workflows, rules, skills, and prompts for a task

49 installs/wk local only

Pm Claude Skills — questions

Answers built from our own checks of this server.

Why is there no uptime for Pm Claude Skills?
Pm Claude Skills runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package pm-claude-skills was installed 2 426 times last week.
How do I connect Pm Claude Skills?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls pm-claude-skills straight from npm; nothing to host, nothing to sign up for.
How many people use Pm Claude Skills?
The npm package pm-claude-skills was installed 2 426 times in the last week. Week over week that is -81%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pm Claude Skills open source?
Yes — it is published under the MIT licence, written in HTML, 1 369 stars on GitHub and 9 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.