Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
anythingmcp logo

anythingmcp

HelpCode-ai/anythingmcp
✓ Verified working · Jul 10, 2026 132 starsv1.0.0HTTPRegistry activeAGPL-3.0Updated 2026-06-22Community

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

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

Summary

HelpCode-ai/anythingmcp MCP server](https://glama.ai/mcp/servers/HelpCode-ai/anythingmcp/badges/score.svg)](https://glama.ai/mcp/servers/HelpCode-ai/anythingmcp) 📇 🏠 ☁️ 🍎 🪟 🐧 - Self-hosted source-available MCP gateway and API-to-MCP bridge.

Connect from your MCP client

Claude Code

Run this once and Claude Code registers the server for you:

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

Claude Desktop

Add this to claude_desktop_config.json under Settings → Developer → Edit Config:

{
  "mcpServers": {
    "anythingmcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://cloud.anythingmcp.com/mcp/demo"
      ]
    }
  }
}

Cursor

Add this to .cursor/mcp.json in your project (or ~/.cursor/mcp.json for all projects):

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

Cline and other MCP clients

Most MCP clients accept the standard mcpServers JSON block:

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

Codex CLI

Codex CLI connects to remote servers via config.toml — add this block to ~/.codex/config.toml:

# ~/.codex/config.toml
[mcp_servers.anythingmcp]
url = "https://cloud.anythingmcp.com/mcp/demo"

OpenClaw

OpenClaw reads MCP servers from the mcp.servers section of ~/.openclaw/openclaw.json (managed via `openclaw mcp add` or the mcporter skill):

{
  "mcp": {
    "servers": {
      "anythingmcp": {
        "url": "https://cloud.anythingmcp.com/mcp/demo",
        "transport": "streamable-http"
      }
    }
  }
}

README.md

<p align="center"> <img src="docs/assets/banner.png" alt="AnythingMCP — turn any API, database or MCP server into custom connectors for Claude, ChatGPT, Gemini, Copilot and Cursor." width="100%" /> </p>

<h1 align="center">AnythingMCP</h1>

<p align="center"> <strong>Turn any API, database or MCP server into custom connectors for Claude, ChatGPT and more — no code.</strong><br/> The self-hosted, <strong>AI-empowered MCP gateway</strong> that converts REST, SOAP/WSDL, GraphQL, SQL/NoSQL databases and other MCP servers into AI tools — then learns how their data connects and teaches your agents to use them, with auth and full audit. </p>

<p align="center"> <a href="https://github.com/HelpCode-ai/anythingmcp/stargazers"><img src="https://img.shields.io/github/stars/HelpCode-ai/anythingmcp?style=flat&logo=github&logoColor=white&color=2563eb&labelColor=0b1220" alt="GitHub Stars"></a> <a href="https://github.com/HelpCode-ai/anythingmcp/releases"><img src="https://img.shields.io/github/v/release/HelpCode-ai/anythingmcp?include_prereleases&color=2563eb&labelColor=0b1220" alt="Release"></a> <a href="https://github.com/HelpCode-ai/anythingmcp/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-AGPL--3.0-2563eb?labelColor=0b1220" alt="License"></a> <a href="https://hub.docker.com/r/helpcodeai/anythingmcp"><img src="https://img.shields.io/badge/docker-ready-2563eb?logo=docker&logoColor=white&labelColor=0b1220" alt="Docker Ready"></a> <a href="https://github.com/HelpCode-ai/anythingmcp/commits/main"><img src="https://img.shields.io/github/last-commit/HelpCode-ai/anythingmcp?color=2563eb&labelColor=0b1220" alt="Last Commit"></a> <a href="https://glama.ai/mcp/servers/HelpCode-ai/anythingmcp"><img src="https://glama.ai/mcp/servers/HelpCode-ai/anythingmcp/badges/score.svg" alt="anythingmcp MCP server"></a> </p>

<p align="center"> <a href="https://cloud.anythingmcp.com"><strong>Try on Cloud →</strong></a> &nbsp;·&nbsp; <a href="https://anythingmcp.com/en/video-promo"><strong>Watch 90-sec demo →</strong></a> &nbsp;·&nbsp; <a href="https://anythingmcp.com/guides"><strong>Setup guides →</strong></a> </p>

AnythingMCP is a self-hosted, open-source smart, AI-empowered MCP gateway and MCP server that turns the systems you already run into Model Context Protocol tools — REST and SOAP APIs, GraphQL, SQL & NoSQL databases, and even other MCP servers. Import a spec or point it at a database, and expose it as a custom connector to Claude, ChatGPT, Gemini, Copilot, Cursor and any MCP-compatible client. No SDK, no code changes — point, configure, connect.

It ships with 175+ ready-to-use adapters — including Deutsche Bahn, weclapp ERP, Etsy, Shopware, DHL and Sendcloud — so the most common integrations work in one click, while the visual editor and import tools (OpenAPI/Swagger, Postman, cURL, WSDL, GraphQL) let you wrap any other API or database in minutes.

What makes it smart, not just a pipe: AnythingMCP builds a per-workspace Knowledge Graph of how your connectors' data relates, serves it back to the agent over MCP so it chains tools correctly across systems, and turns how your tools are actually used into reusable AI skills. A plain gateway forwards calls; AnythingMCP gives your agents the context to use them well. (All AI features are optional and opt-in — the gateway works fully without them.)

https://github.com/user-attachments/assets/2ae92f90-7012-4c00-8836-bae5a6422ca6

<p align="center"> <em>90-second demo — <a href="https://anythingmcp.com/demo.mp4">direct link</a> if the player doesn't load.</em> </p>

<details> <summary><strong>📖 Table of contents</strong></summary>

</details>

---

Get started in 60 seconds

Requires Docker 24+, bash, openssl. On macOS, start Docker Desktop first.

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && ./setup.sh
# When setup finishes, open http://localhost:3000 and register
# the first user — they automatically become the admin.

The interactive setup handles everything: deployment mode, domain & HTTPS (automatic Let's Encrypt via Caddy), secrets, MCP auth mode, optional SMTP/Redis.

⚠️ Register immediately after setup. The first account to register becomes Admin. If your instance is reachable from the internet during setup, configure firewall rules or bind the UI to 127.0.0.1 until you've created the admin account.

| Service | Default URL | |---|---| | Web UI | http://localhost:3000 | | MCP endpoint | http://localhost:4000/mcp | | Swagger docs | http://localhost:4000/api/docs |

Or one-click deploy:

![Try on Cloud](https://cloud.anythingmcp.com) &nbsp; ![Deploy on Railway](https://railway.com/deploy/8-X4WD?referralCode=k30bPV&utm_medium=integration&utm_source=template&utm_campaign=generic) &nbsp; ![Install on DigitalOcean](https://marketplace.digitalocean.com/apps/anythingmcp)

Prefer manual setup? Copy .env.example to .env and run docker compose up -d — see the Deployment Guide.

---

Key features

  • 5 connector typesREST, SOAP, GraphQL, Database (PostgreSQL, MySQL, MariaDB, MSSQL, Oracle, MongoDB, SQLite), MCP-to-MCP bridge
  • 6 import formats — OpenAPI/Swagger, Postman, cURL, WSDL, GraphQL introspection, custom JSON
  • 175+ pre-built adapters — logistics, ERP, HR, e-commerce, payments, public data — see catalog
  • Visual tool editor — map parameters to path, query, body, headers; rename and describe tools for the AI
  • Dynamic MCP server — tools registered at runtime, no restart
  • Knowledge Graph &amp; AI skills — a per-workspace, PII-safe map of how your connectors' data relates, served to the agent via an MCP tool, plus reusable AI skills composed into the server's instructions (optional, opt-in)
  • Full auth — OAuth2 (PKCE + Client Credentials), Bearer, API Key, Basic, WS-Security, client certificates, LOGIN_TOKEN and OAuth 1.0a handshakes
  • Audit logging — every tool call logged with input, output, duration, status
  • Roles &amp; access control — tool-level whitelisting per custom role, per-user MCP API keys
  • Environment variables — per-connector {{VAR}} interpolation, hidden from the AI
  • Docker readydocker compose up and you're running

---

Knowledge Graph &amp; AI skills

Beyond exposing tools, AnythingMCP can map how the data in your connectors relates — and feed that context back to the AI client so it chains tools correctly across systems.

  • Knowledge Graph — a per-workspace map of entities (customers, orders,

products…) and their relationships. It builds itself from tool names, parameters and the input/output of real calls; an optional AI pass infers the cross-connector links heuristics miss. It stays PII-safe: it stores entity/field names and relationship metadata, never the values.

  • Build it visually — a graph editor lets you **create, edit and delete

entities and connections** by hand, add descriptions, and curate what the AI proposed. Zoom/fit controls, connectivity-based layout and hover focus make a large graph navigable.

  • Served over MCP — each server exposes a kg_how_to_obtain tool so the

customer's agent can ask "how do I get this?" and receive chaining hints across connectors.

  • AI skills — reusable business rules captured from how the tools are

actually used (e.g. "today's revenue includes order statuses 2, 3 and 4"), reviewed by a human, then composed into the MCP server's instructions — so they guide the agent without adding any extra tool calls. Search, status tabs and pagination keep them manageable at scale; optional auto-apply for high-confidence skills and an AI "consolidate" action merges overlapping ones into fewer rules.

The AI passes (graph enrichment, skill generation, scheduled extension) work with OpenAI, OpenRouter or Anthropic and are off by default — opt-in with a global env flag and a per-workspace switch. The graph, manual editing and the MCP tool work with no LLM key at all.

➡️ Knowledge Graph &amp; AI skills guide →

---

Build custom Claude connectors — no code

Claude supports custom connectors: remote MCP servers you add once in Settings → Connectors, and that work across Claude.ai, Claude Desktop and Claude Code. AnythingMCP creates that connector from any API you already have — without writing an MCP server:

  1. Import your API spec (OpenAPI/Swagger, Postman, cURL, WSDL, GraphQL introspection) or pick a pre-built adapter
  2. Adjust tool names, descriptions and parameters in the visual editor — what the AI sees is up to you
  3. Add the gateway URL to Claude as a custom connector (OAuth 2.0 supported out of the box)

Your credentials stay on your infrastructure (AES-256-GCM at rest), every tool call lands in the audit log, and role-based access controls which users see which tools. Step-by-step guide →

---

Turn your API into a ChatGPT app

Apps in ChatGPT — what OpenAI renamed connectors to in December 2025 — are built on MCP, and AnythingMCP gives you that MCP backend without writing one. Point it at your REST, SOAP, GraphQL or database endpoint and you get a ChatGPT-ready connector: add it in ChatGPT's settings (or use it as the tool layer of an Apps SDK app) and ChatGPT can read and act on your business data.

The same connector works simultaneously in Claude, ChatGPT, Gemini, Copilot and Cursor — build once, connect everywhere. ChatGPT setup guide →

---

Why AnythingMCP

AI clients speak MCP, but your systems speak REST, SOAP, GraphQL and SQL. Writing and maintaining a bespoke MCP server per system — with auth, audit and access control — takes weeks each. AnythingMCP is the no-code layer in between:

| Problem | Solution | |---|---| | You have REST APIs but AI clients speak MCP | REST → MCP conversion with OpenAPI / Swagger import | | You have legacy SOAP/WSDL services | SOAP → MCP bridge with automatic WSDL parsing | | You need to query databases from AI agents | DB → MCP with auto-generated query tools (7 engines) | | You want one MCP gateway for all your APIs | MCP middleware that aggregates multiple connectors | | You need an MCP server for Deutsche Bahn / DHL / weclapp / … | 175+ pre-built adapters — install in one click | | You can't ship credentials to a SaaS gateway | Runs on your infrastructure — credentials AES-256-GCM at rest | | You need auth, audit logs, and RBAC | Built-in OAuth2, audit log, and role-based access — no DIY |

Typical use cases — search train schedules and live delays with Deutsche Bahn · talk to your ERP from Claude (weclapp, Xentral) · track parcels with AI (DHL, GLS) · validate invoices (VIES VAT, Handelsregister) · let agents query production databases safely · bridge legacy SOAP to modern AI · import a Postman collection and get MCP tools instantly.

---

Pre-configured MCP connectors

AnythingMCP ships with 175+ ready-to-use adapters — provide your API credentials at import time and the tools become available immediately. Every adapter has a setup guide on anythingmcp.com/guides (English, German, Italian).

| Category | Examples | |---|---| | 📦 Logistics &amp; shipping | Deutsche Bahn, DHL, DPD, GLS, Shipcloud, Sendcloud | | 💼 ERP, accounting &amp; invoicing | weclapp, Xentral, Scopevisio, Billomat, FastBill | | 🛍️ E-commerce | Etsy, Shopware 6, WooCommerce, Mercado Libre 🌎, ImmobilienScout24, Oxomi | | 👥 HR &amp; field service | Personio, HRWorks, Kenjo, MFR Mobile Field Report | | 🏛️ Government &amp; public data | VIES VAT, Handelsregister, UK Companies House 🇬🇧, DESTATIS, Bundesbank, OpenPLZ, NINA | | 🏦 Banking &amp; payments | N26, Wise 🇬🇧, PAYONE, Razorpay 🇮🇳, Paystack 🇳🇬 | | 💬 Messaging &amp; communication | WhatsApp, LINE 🇯🇵, TeamViewer | | 🎾 Sports &amp; Web3 | Playtomic, Sorare | | 🏗️ Construction &amp; mapping | PlanRadar, HERE Geocoding |

---

Guides, client setup &amp; FAQ

Connecting an AI client, the connector types you can build, full documentation and the FAQ now live in one place:

➡️ docs/guides.md — Claude / ChatGPT / Gemini / Copilot / Cursor setup · REST / SOAP / GraphQL / Database / MCP-bridge connector guides · API reference & deployment docs · FAQ.

Looking for a specific service? Every adapter has a step-by-step guide at anythingmcp.com/guides.

---

Community &amp; support

  • 💬 Questions &amp; discussionsGitHub Discussions — vote on the next adapter, share what you've built
  • 🐛 Bugs / 💡 featuresIssues · 🆘 SUPPORT.md
  • 🏢 Built by helpcode.ai in Freiburg, Germany — AnythingMCP was extracted from a production system connecting AI agents to 15+ legacy systems (ERP, CRM, SOAP, on-prem databases) in a German industrial group, and open-sourced because the catalog grows faster as a community. AI-assisted development, human-reviewed: see AUTHORS.md.

Like what you see? Star this repo — every star helps another developer discover AnythingMCP.

Contributing

We welcome contributions! Please read our Contributing guide before submitting a PR. For security issues, see SECURITY.md.

License

AnythingMCP is open source, licensed under the GNU Affero General Public License v3 (AGPL-3.0-only). Cloud-operator code under ee/ directories is separately licensed and is not required for self-hosting — see the License FAQ.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Databases servers.