mcpbeat Sign in

Meridian Skills MCP Server

local only

Meridian Skills runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from npm. Last commit 24 Jun 2026.

Routes AI tasks to dynamic LLM-generated skills via an orbital classifier.

Installs per day peak 28 · avg 10 · -2% w/w
a month agotoday
80
Installs / week
npm · meridian-skills-mcp
0
Stars
520 open issues
24 Jun 2026
Last commit
0 releases in 90 days
MIT
License
HTML

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.

Runs an external command mlcore/ane_encoder/verify_all.py:17
    p = subprocess.run(cmd, capture_output=True, text=True)
    const out = execSync(`${PYTHON} ${SKILL_ORBIT_PY} --skill ${slug} --json`, {
    universe.innerHTML = PROTEINS.map(makeSystemCard).join('');
<script src="https://ask-meridian.uk/nav.js"></script>

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

This one needs environment variables set before it will start: MERIDIAN_API_URL (Override the backend router URL.), MERIDIAN_API_KEY (Optional bearer token for future rate-limit gating.), MERIDIAN_TIMEOUT_MS (Abort the fetch after this many ms.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Meridian Skills

same job, measured the same way
Agentic AI Shadowing
by datasynx

Observes tasks and generates anonymized SOPs — task tracking and SOP review via MCP. Fully local.

local only
MCP Bench Router
by k1ta141k

Routes design tasks to designarena.ai's top-ranked model via OpenRouter across 14 categories.

49 installs/wk local only
Agent Skill Loader
by back1ply

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

30 installs/wk local only
OpenQR
by openqr

Generate, edit and track dynamic (editable) QR codes with scan analytics. Hosted MCP and REST API.

202 installs/wk 20 tools answering
Toolroute
by grossiweb

Route AI agent tasks to the best MCP server and LLM, scored on 132+ real benchmark executions.

1 410 installs/wk local only
Re:port Flow MCP
by re-port-flow

Generate PDF reports from Re:port Flow templates via Claude and other AI agents.

53 installs/wk 2 tools answering
Warpweb
by northbeamsoftware

Research, build, and deploy AI-generated websites via the Warpweb API.

29 installs/wk local only
Mediamcp
by legolev

Generate and edit images and video via OpenRouter or any OpenAI-compatible API.

47 installs/wk local only

Meridian Skills — questions

Answers built from our own checks of this server.

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