mcpbeat Sign in

Skillflow MCP Server

local only

Skillflow runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 26 Mar 2026.

Search, discover, and install 500+ AI agent skills from the SkillFlow marketplace.

Installs per day peak 23 · avg 7 · -33% w/w
a month agotoday
45
Installs / week
npm · skillflow-mcp-server
1
Stars
0 open issues
26 Mar 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

Alternatives to Skillflow

same job, measured the same way
Skills Hub
by tinh2

Search & install 6,500+ AI agent skills from skills-hub.ai inside any MCP tool.

55 installs/wk 4 tools answering
Skillmd
by skillmd

Search, fetch, lint, and install Agent Skills (SKILL.md) from the SkillMD registry.

397 installs/wk 5 tools answering
Discovery
by nexbid

Search and discover advertiser products through an open marketplace for AI agents.

19 tools answering
MCP Gera Skills
by gera

Search, inspect and recommend AI skill packs from the GeraSkills marketplace. Offline, no auth.

45 installs/wk local only
three.ws Marketplace
by nirholas

Browse and discover the public three.ws agent marketplace and skills catalog. Read-only.

201 installs/wk local only
NovaRail
by farestrabs

Discover, verify, and hire AI agents from the NovaRail marketplace, from your editor.

30 installs/wk 10 tools answering
MCP Marketplace
by mcp-marketplace

Search and install 4,000+ security-scanned MCP servers from inside any MCP-aware AI client.

7 tools answering
conduitAI
by akbaraziz

Search, browse, and install MCP servers, agents, skills, and plugins from conduitAI.

59 installs/wk local only

Skillflow — questions

Answers built from our own checks of this server.

Why is there no uptime for Skillflow?
Skillflow 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 skillflow-mcp-server was installed 45 times last week.
How do I connect Skillflow?
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 skillflow-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Skillflow?
The npm package skillflow-mcp-server was installed 45 times in the last week. Week over week that is -33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Skillflow open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 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.