Anythingmcp

Turn any API, database or MCP server into custom connectors for Claude, ChatGPT and more - no code. It is available as a remote MCP endpoint.

Teams that want a hosted database endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 181 · #78 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25

AGPL-3.0 · TypeScript servers · how we verify → /methodology

01 · Install Anythingmcp

Claude Code

claude mcp add helpcode-ai-anythingmcp --transport http https://cloud.anythingmcp.com/mcp/demo

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "helpcode-ai-anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp/demo"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://cloud.anythingmcp.com/mcp/demo

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to cloud.anythingmcp.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license AGPL-3.0 - declared in the repository

registry registry publisher io.github.keysersoft is not the repo owner (helpcode-ai) - the registry entry was published by someone else

03 · What Anythingmcp can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.4.2 · 2026-08-14

New connector: Georgian Railway · Read-only access to Georgian Railway (საქართველოს რკინიგზა) - station lookup, journey search with live seat availability and fares in GEL, and the operator's service notices. No…

v0.4.1 · 2026-08-07

Fixes · Playtomic connectors restored. Playtomic moved its API to api.app.playtomic.io (dropping the /api prefix) and closed anonymous access around 2026-07-31, which broke both shipped Playtomic connectors - old paths…

v0.4.0 · 2026-08-02

Response Mapping · Tools can now shape the API response before it reaches the AI client. Optional, per tool, and off by default - a tool without a mapping behaves exactly as before. · Upstream endpoints routinely…

04 · Who maintains Anythingmcp

anythingmcp is maintained by helpcode-ai. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
database - ranked #78 of 151 actively-maintained database servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-14)
registry
io.github.keysersoft/anythingmcp (active, first published 2026-06-19)

06 · Anythingmcp FAQ

What is Anythingmcp?

Turn any API, database or MCP server into custom connectors for Claude, ChatGPT and more - no code. It is available as a remote MCP endpoint.

Is Anythingmcp still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Anythingmcp?

Run `claude mcp add helpcode-ai-anythingmcp --transport http https://cloud.anythingmcp.com/mcp/demo`. You can also paste the ready-made client config above.

Does Anythingmcp require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Anythingmcp