mcpbeat Sign in

Agent Skill Loader MCP Server

local only

Agent Skill Loader runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 29 Apr 2026.

Dynamically load Claude Code skills into AI agents without copying files.

Installs per day peak 32 · avg 10 · -19% w/w
a month agotoday
30
Installs / week
npm · agent-skill-loader
15
Stars
0 open issues
29 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 3 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.

Builds a file path from a variable src/utils.ts:60
      const fullPath = path.join(currentPath, skillFile.name);

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 agent-skill-loader -- npx -y agent-skill-loader
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-skill-loader": {
      "args": [
        "-y",
        "agent-skill-loader"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-skill-loader]
command = "npx"
args = ["-y", "agent-skill-loader"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-skill-loader": {
      "args": [
        "-y",
        "agent-skill-loader"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-skill-loader": {
      "args": [
        "-y",
        "agent-skill-loader"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Agent Skill Loader

same job, measured the same way
Agent Audit
by fullstackdegen

Turn Lighthouse audits into coding-agent fix packs for Claude Code, Cursor, and Copilot.

32 installs/wk local only
ContinueWith
by continuewith-ai

Install the ContinueWith AI handoff widget from coding agents (Cursor, Claude Code, Codex).

45 installs/wk local only
ctxlint
by yawlabs

Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase

16 091 installs/wk local only
QR for Agent
by benswel

Dynamic QR codes for AI agents — custom styling, scan tracking, webhooks

39 installs/wk local only
Skillselion
by skillselion

On-demand access to thousands of install-ranked Claude Code skills - search and load mid-task.

78 installs/wk local only
AI R
by pro-target

Read local AI agent sessions (Claude Code, Codex, OpenCode, Antigravity, Pi): intents, plans, tools

42 installs/wk local only
Syncbridge MCP
by rehmansherazi

Bridges AI chat interfaces with Claude Code CLI via shared markdown control files.

29 installs/wk local only
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

Agent Skill Loader — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Skill Loader?
Agent Skill Loader 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 agent-skill-loader was installed 30 times last week.
How do I connect Agent Skill Loader?
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 agent-skill-loader straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Skill Loader?
The npm package agent-skill-loader was installed 30 times in the last week. Week over week that is -19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Skill Loader open source?
Yes — it is published under the MIT licence, written in TypeScript and 15 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.