mcpbeat Sign in

Skills Anywhere MCP Server

by noteflowai Your server? Claim it
local only

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

Every Agent Skill installed for any coding agent, plus GitHub skill repos, as MCP tools/resources.

1 751
Installs / week
npm · dsh-skills-anywhere
6
Stars
1 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Skills Anywhere 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 dsh-skills-anywhere -- npx -y dsh-skills-anywhere
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dsh-skills-anywhere": {
      "args": [
        "-y",
        "dsh-skills-anywhere"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dsh-skills-anywhere]
command = "npx"
args = ["-y", "dsh-skills-anywhere"]
.cursor/mcp.json
{
  "mcpServers": {
    "dsh-skills-anywhere": {
      "args": [
        "-y",
        "dsh-skills-anywhere"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dsh-skills-anywhere": {
      "args": [
        "-y",
        "dsh-skills-anywhere"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Skills Anywhere

same job, measured the same way
Instagit
by instagitai

MCP server for Instagit — AI-powered Git repository analysis for coding agents

38 installs/wk local only
Agentmap
by raymondchins

The TS/JS-accurate repo map for coding agents: ts-morph import/symbol/call graph + MCP query tools

194 installs/wk local only
Moxie Docs
by jackalope-dev

Living docs and MCP context for GitHub repos — conventions, gaps, and source-cited pages on merge.

12 tools answering
Toolfactory
by goatinahat

Build an agent tool once; ship it as Agent Skills, MCP servers, Agent Plugins / Claude / Codex

640 installs/wk local only
skillkit
by furkan708

Toolbox for AI agent skills: scaffold, lint, pack, install, and serve SKILL.md skills

176 installs/wk local only
Automatised Pipeline
by cdeust

Codebase intelligence MCP server — index any repo into a property graph; 26 tools for agents.

local only
Gread
by nitrorcr

An MCP server that gives your AI access to the source code and docs of all public github repos

5 tools answering
GitHub Repository Intelligence
by heisencodex-jpg

Repo intel for AI coding agents: overview, PRs, contributors, hot files, CI, deps. Remote MCP.

answering

Skills Anywhere — questions

Answers built from our own checks of this server.

Why is there no uptime for Skills Anywhere?
Skills Anywhere 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 dsh-skills-anywhere was installed 1 751 times last week.
How do I connect Skills Anywhere?
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 dsh-skills-anywhere straight from npm; nothing to host, nothing to sign up for.
How many people use Skills Anywhere?
The npm package dsh-skills-anywhere was installed 1 751 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Skills Anywhere open source?
Yes — it is published under the MIT licence, written in TypeScript, 6 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.