mcpbeat Sign in

Local Skills MCP Server

local only

Local Skills MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 98 installs a week from npm.

Universal MCP server for local filesystem skills with lazy loading and context-efficient discovery

Installs per day peak 34 · avg 10 · -26% w/w
a month agotoday
98
Installs / week
npm · local-skills-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Local Skills MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Local Skills MCP

same job, measured the same way
Seekstone
by shaqmughal

Filesystem-direct Obsidian MCP server — search and edit your vault with low context-tax.

817 installs/wk local only
Filesystem MCP
by j0hanz

Secure filesystem MCP server for reading, writing, searching, diffing, and patching files.

1 086 installs/wk local only
FileSystem MCP Server
by oncorporation

Secure filesystem access for AI agents with configurable directory and file type restrictions

112 installs/wk local only
MemoFS MCP Server
by memofs

Persistent memory and virtual filesystem MCP server for AI agents.

90 installs/wk answering
I
Vulcan File Ops
by n0zer0d4y

MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.

92 installs/wk local only
Filesystem
by fieldcure

Secure MCP server for sandboxed filesystem operations with document parsing support.

local only
MCP Server Filesystem
by bytedance

MCP server for filesystem access

465 installs/wk local only
I
Decixa MCP
by koki-socialgist

Decixa MCP Server — intent-driven API discovery and selection for AI agents.

local only

Local Skills MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Local Skills MCP?
Local Skills MCP 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 local-skills-mcp was installed 98 times last week.
How do I connect Local Skills MCP?
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 local-skills-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Local Skills MCP?
The npm package local-skills-mcp was installed 98 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.