Skip to main content
Glama

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


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   Deploy on Railway   Install on DigitalOcean

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


Related MCP server: MCPJungle mcp gateway

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:

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

Deutsche Bahn, DHL, DPD, GLS, Shipcloud, Sendcloud

💼 ERP, accounting & invoicing

weclapp, Xentral, Scopevisio, Billomat, FastBill

🛍️ E-commerce

Etsy, Shopware 6, WooCommerce, Mercado Libre 🌎, ImmobilienScout24, Oxomi

👥 HR & field service

Personio, HRWorks, Kenjo, MFR Mobile Field Report

🏛️ Government & public data

VIES VAT, Handelsregister, UK Companies House 🇬🇧, DESTATIS, Bundesbank, OpenPLZ, NINA

🏦 Banking & payments

N26, Wise 🇬🇧, PAYONE, Razorpay 🇮🇳, Paystack 🇳🇬

💬 Messaging & communication

WhatsApp, LINE 🇯🇵, TeamViewer

🎾 Sports & Web3

Playtomic, Sorare

🏗️ Construction & mapping

PlanRadar, 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.

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
3dRelease cycle
32Releases (12mo)
Commit activity
Issues opened vs closed

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HelpCode-ai/anythingmcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server