AnythingMCP
@HelpCode-ai
About 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. Converts REST, SOAP, WSDL, GraphQL & SQL to MCP, with OAuth2, RBAC & audit log. 175+ pre-built adapters (Deutsche Bahn, wecla
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp/demo"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is AnythingMCP?
AnythingMCP is a self-hosted, open-source MCP gateway and MCP server that turns REST, SOAP/WSDL, GraphQL, SQL/NoSQL databases, and other MCP servers into AI tools for Claude, ChatGPT, Gemini, Copilot, and Cursor. It ships with 175+ ready-to-use adapters and requires no code or SDK changes — import a spec or point it at a database to create custom connectors.
How to use AnythingMCP?
Requires Docker 24+, bash, and openssl. Clone the repository and run ./setup.sh to start the interactive setup. When finished, open http://localhost:3000 and register the first user (that user becomes the admin). Alternatively, deploy via one-click buttons for Railway, DigitalOcean, or the AnythingMCP Cloud service. For manual setup, copy .env.example to .env and run docker compose up -d.
Key features of AnythingMCP
- 5 connector types: REST, SOAP, GraphQL, Database, MCP‑to‑MCP bridge
- 6 import formats: OpenAPI/Swagger, Postman, cURL, WSDL, GraphQL introspection, custom JSON
- 175+ pre-built adapters covering logistics, ERP, e‑commerce, HR, banking, and more
- Visual tool editor to rename/describe tools and map parameters
- Full authentication: OAuth2, Bearer, API Key, Basic, WS‑Security, client certificates, LOGIN_TOKEN, OAuth 1.0a
- Built-in audit logging, role‑based access control, and per‑user MCP API keys
- Environment variable interpolation per connector, hidden from the AI
Use cases of AnythingMCP
- Convert existing REST APIs into MCP tools for AI clients without writing code
- Bridge legacy SOAP/WSDL services to modern AI assistants
- Let AI agents query PostgreSQL, MySQL, MariaDB, MSSQL, Oracle, MongoDB, or SQLite databases
- Aggregate multiple APIs and MCP servers behind a single MCP gateway with unified auth and audit
- Use pre-built adapters for Deutsche Bahn, DHL, weclapp, Etsy, Shopware, and 170+ other services in one click
FAQ from AnythingMCP
What transport/authentication methods does AnythingMCP support?
It supports OAuth2 (PKCE + Client Credentials), Bearer, API Key, Basic, WS‑Security, client certificates, LOGIN_TOKEN, and OAuth 1.0a handshakes — with AES‑256‑GCM encryption at rest for all credentials.
What runtime dependencies does AnythingMCP require?
You need Docker 24+, bash, and openssl. On macOS, Docker Desktop must be started first. The setup script handles deployment mode, domain, HTTPS (via Let's Encrypt and Caddy), secrets, MCP auth mode, and optional SMTP/Redis.
Where are my API credentials stored?
Credentials stay on your own infrastructure. AnythingMCP runs on your Docker host or cloud VM and encrypts all credentials with AES‑256‑GCM at rest. No credentials are sent to a SaaS gateway.
Does AnythingMCP support multiple AI clients simultaneously?
Yes. The same connector works in Claude, ChatGPT, Gemini, Copilot, and Cursor at the same time — build once, connect everywhere.
Are there pre-built connectors for common services?
Yes. AnythingMCP ships with over 175 pre-built adapters for logistics (DHL, Deutsche Bahn), ERP (weclapp, Xentral), e‑commerce (Etsy, Shopware), HR (Personio), government data (VIES VAT), banking (N26), and many more — installable in one click.
More Developer Tools MCP servers
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Comments