mcpbeat Sign in

Anythingmcp MCP Server

by keysersoft Your server? Claim it
answering

Anythingmcp is answering right now. Last checked 11 min ago. It exposes 4 tools. Last commit 17 Sep 2026.

Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.

Uptime history 47 days of history · worst day 95%
47 days agonow
96.7%
Uptime 24h
88 of 91 checks
4
Tools
read from the server
178 ms
Response time
average over 24h
219
Stars
last commit 17 Sep 2026

What changed 12

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 8 September 2026. No other catalogue keeps this.

18 Sep a tool description was rewritten anythingmcp_list_connectors
17 Sep a tool description was rewritten2 times that day anythingmcp_list_connectors
15 Sep 2 tool descriptions were rewritten3 times that day anythingmcp_get_started, anythingmcp_list_connectors
15 Sep a tool changed version2 times that day
8 Sep 4 tools changed the parameters they ask for anythingmcp_connect_client, anythingmcp_get_started, anythingmcp_list_connectors and 1 more
and 3 more, back to 8 September 2026

What the code does

We read the source, 21 h ago · tools taken from the live server · 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.

…thentication model** (Telegram-specific): the bot token goes in the URL path, NOT in a header. The base URL is `https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}` and every endpoint is appended as `/methodName`. The adapter substitutes the token via the `{{TELEGRAM_BOT_TOKEN}}` e…
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

USER root

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

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add anythingmcp --transport http https://cloud.anythingmcp.com/mcp/demo
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp/demo"
    }
  }
}
~/.codex/config.toml
[mcp_servers.anythingmcp]
url = "https://cloud.anythingmcp.com/mcp/demo"
.cursor/mcp.json
{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp/demo"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp/demo"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

anythingmcp
anythingmcp_connect_client
Setup instructions to connect an AI client (Claude, ChatGPT, Gemini, Copilot, Cursor) to AnythingMCP.
anythingmcp_get_started
How to install and run your own AnythingMCP instance with Docker.
anythingmcp_list_connectors
Overview of the 254 pre-built connectors and the connector types you can build.
anythingmcp_overview
What AnythingMCP is, what this demo endpoint does, and where to learn more.

Endpoints

URLTransportStateLatencyChecked
https://cloud.anythingmcp.com/mcp/demo streamable-http answering 156 ms 11 min ago

Alternatives to Anythingmcp

same job, measured the same way
Graphql
by docat0209

Turn any GraphQL API into MCP tools. Zero config, zero code.

59 installs/wk local only
Hostinger SSH MCP
by ohvenkat

MCP server for connecting Claude Code to a Hostinger VPS via SSH

25 installs/wk local only
Openapi
by docat0209

Turn any OpenAPI/Swagger spec into MCP tools. Zero config, zero code.

267 installs/wk local only
graphy
by omnislash157

Compile any codebase into a walkable graph and serve it over MCP. No model decides an edge.

local only
Claudebox
by psyb0t

Self-hosted MCP server exposing Claude Code as an agentic AI tool over streamable HTTP.

local only
Figma React
by manansingh2001

An MCP server that converts Figma designs into React code.

53 installs/wk local only
Unified AI System MCP Gateway
by happy520ai

Self-hosted MCP gateway for Codex, Cursor, and Cline with provider-free prompt enhancement.

local only
MCP Openapi Runner
by saurav61091

Turn any OpenAPI 3.x spec into callable MCP tools for Claude. No custom integration code needed.

47 installs/wk local only

Anythingmcp — questions

Answers built from our own checks of this server.

What can Anythingmcp do?
It exposes 4 tools, read directly from the server on our last check. Among them: anythingmcp_connect_client, anythingmcp_get_started, anythingmcp_list_connectors, anythingmcp_overview. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Anythingmcp working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 88 of 91 checks got a reply (96.7%), average response time 178 ms. The bar chart above shows every period we have measured.
How do I connect Anythingmcp?
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 is a remote server, so there is nothing to install — the client connects to the address.
Does Anythingmcp need an API key?
No. Anythingmcp completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Anythingmcp?
It answers our handshake in 178 ms on average, which is faster than 70% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Anythingmcp open source?
Yes — it is published under the AGPL-3.0 licence, written in TypeScript, 219 stars on GitHub and 17 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.