GitPedia

Anythingmcp

Self-hosted, open-source MCP gateway: turn any API, database or MCP server into custom connectors for Claude, ChatGPT, Gemini, Copilot & Cursor — no code. Convert REST, SOAP, WSDL, GraphQL & SQL to MCP, with OAuth2, RBAC & audit log. 175+ pre-built adapters (Deutsche Bahn, weclapp, Etsy, DHL, Shopware…)

From HelpCode-ai·Updated June 25, 2026·View on GitHub·

Turn any API, database or MCP server into custom connectors for Claude, ChatGPT and more — no code. The self-hosted MCP gateway that converts REST, SOAP/WSDL, GraphQL, SQL/NoSQL databases and other MCP servers into AI tools, with auth and full audit. The project is written primarily in TypeScript, distributed under the GNU Affero General Public License v3.0 license, first published in 2026. Key topics include: ai-agents, api-gateway, chatgpt, chatgpt-apps, claude.

Latest release: v0.1.34
June 11, 2026View Changelog →
<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 MCP gateway that converts REST, SOAP/WSDL, GraphQL, SQL/NoSQL databases and other MCP servers into AI tools, 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 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.

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.

bash
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.

ServiceDefault URL
Web UIhttp://localhost:3000
MCP endpointhttp://localhost:4000/mcp
Swagger docshttp://localhost:4000/api/docs

Or one-click deploy:

Try on Cloud
 
Deploy on Railway
 
Install on DigitalOcean

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
  • 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 & 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

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:

ProblemSolution
You have REST APIs but AI clients speak MCPREST → MCP conversion with OpenAPI / Swagger import
You have legacy SOAP/WSDL servicesSOAP → MCP bridge with automatic WSDL parsing
You need to query databases from AI agentsDB → MCP with auto-generated query tools (7 engines)
You want one MCP gateway for all your APIsMCP 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 gatewayRuns on your infrastructure — credentials AES-256-GCM at rest
You need auth, audit logs, and RBACBuilt-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).

CategoryExamples
📦 Logistics & shippingDeutsche Bahn, DHL, DPD, GLS, Shipcloud, Sendcloud
💼 ERP, accounting & invoicingweclapp, Xentral, Scopevisio, Billomat, FastBill
🛍️ E-commerceEtsy, Shopware 6, WooCommerce, Mercado Libre 🌎, ImmobilienScout24, Oxomi
👥 HR & field servicePersonio, HRWorks, Kenjo, MFR Mobile Field Report
🏛️ Government & public dataVIES VAT, Handelsregister, UK Companies House 🇬🇧, DESTATIS, Bundesbank, OpenPLZ, NINA
🏦 Banking & paymentsN26, Wise 🇬🇧, PAYONE, Razorpay 🇮🇳, Paystack 🇳🇬
💬 Messaging & communicationWhatsApp, LINE 🇯🇵, TeamViewer
🎾 Sports & Web3Playtomic, Sorare
🏗️ Construction & mappingPlanRadar, HERE Geocoding

Guides, client setup & 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 & support

  • 💬 Questions & 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.

Contributors

Showing top 7 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from HelpCode-ai/anythingmcp via the GitHub API.Last fetched: 6/26/2026