mcpbeat Sign in

mcp-anything MCP Server

by dror-bengal Your server? Claim it
local only

mcp-anything runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from npm. Last commit 21 Aug 2026.

Meta-MCP gateway: search, inspect and call any MCP server from the public registries.

Installs per day peak 344 · avg 11
a month agotoday
53
Installs / week
npm · mcp-anything
3
Stars
0 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

Alternatives to mcp-anything

same job, measured the same way
Search MCP Registry
by onticx

Search and discover MCP servers from the MCP Registry.

121 installs/wk local only
Open MCP Registry
by onticx

Search and discover MCP servers from the MCP Registry.

79 installs/wk local only
C
MCP Anvil
by aiinfradecoded

Local MCP gateway daemon: route, audit, and inspect MCP servers from one config.

104 installs/wk local only
MCP Server MCP Registry
by formulahendry

MCP Server for MCP Registry to discover and search for available MCP servers in the registry

21 installs/wk local only
I
mcp-catalog
by atomno-mcp

Search MCP servers in the public mcp-catalog.ru directory.

4 tools answering
Qaskills
by pramoddutta

Search, inspect, and install 400+ QA testing skills from qaskills.sh into any MCP client.

59 installs/wk local only
I
Azure Verified Modules (AVM) MCP Server
by stefanstranger

Discover and explore Azure Verified Modules from the Bicep Public Registry

133 installs/wk local only
prompts.chat MCP Server
by f

Search and retrieve AI prompts from prompts.chat, the social platform for AI prompts.

195 installs/wk local only

mcp-anything — questions

Answers built from our own checks of this server.

Why is there no uptime for mcp-anything?
mcp-anything 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 mcp-anything was installed 53 times last week.
How do I connect mcp-anything?
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 mcp-anything straight from npm; nothing to host, nothing to sign up for.
How many people use mcp-anything?
The npm package mcp-anything was installed 53 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 mcp-anything open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 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.