mcpbeat Sign in

MetaMCP MCP Server

local only

MetaMCP runs on your own machine — the client starts it, so there is no endpoint to ping. 76 installs a week from npm. Last commit 9 Sep 2026.

Route long-tail MCP servers through three lazy tools and reviewed declarative Methods.

Installs per day peak 173 · avg 15 · -31% w/w
a month agotoday
76
Installs / week
npm · @mentu/metamcp
17
Stars
1 open issues
9 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

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

  async spawn(config: ServerConfig): Promise<ToolDefinition[]> {

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

Alternatives to MetaMCP

same job, measured the same way
Clelp
by clelp

Search and rate AI tools, MCP servers, and agent skills reviewed by real agent use.

134 installs/wk local only
MCP Ts Template
by cyanheads

TypeScript template for building MCP servers with declarative tooling, observability, and auth.

180 installs/wk local only
I
Baseframelabs Catalogue
by abhiyoheswaran1

Agent-native catalogue of Baseframe Labs dev tools and MCP servers.

5 tools answering
Apache Pinot MCP Server
by startreedata

Query and manage Apache Pinot through MCP with typed tools and preview-first safety.

354 installs/wk local only
Multi-MCP
by religa

Multi-model AI orchestration MCP server with code review, compare, and debate tools.

64 installs/wk local only
Labnana MCP
by exoticknight

Generate and edit images with Labnana through a local MCP server with MCP Apps previews.

45 installs/wk local only
memdsl
by liyuan1992

Review-gated declarative long-term memory with bounded read-only MCP access.

local only
AKBridge
by kevynf

Search and call AKShare financial data interfaces through three routed MCP tools

104 installs/wk local only

MetaMCP — questions

Answers built from our own checks of this server.

Why is there no uptime for MetaMCP?
MetaMCP 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 @mentu/metamcp was installed 76 times last week.
How do I connect MetaMCP?
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 @mentu/metamcp straight from npm; nothing to host, nothing to sign up for.
How many people use MetaMCP?
The npm package @mentu/metamcp was installed 76 times in the last week. Week over week that is -31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MetaMCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 17 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.