anythingmcp
by HelpCode-ai·★ 56·Score 45
Self-hosted MCP gateway connecting REST, SOAP/WSDL, GraphQL & SQL APIs to Claude, ChatGPT, Gemini, Copilot, Cursor.
Overview
AnythingMCP is a source-available MCP server and API gateway that transforms various API types into MCP tools without requiring code changes. It supports REST, SOAP/WSDL, GraphQL, and database connections, offering 30+ pre-built adapters for services like DHL, DATEV, Personio, and others. The solution provides authentication, audit logging, role-based access control, and runs entirely on the user's infrastructure with encrypted credentials.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when you need to connect legacy systems (SOAP/WSDL, on-prem databases) to AI agents or require enterprise features like audit logging and RBAC in your MCP infrastructure.
When NOT to choose this
Don't choose this if you need write access to databases (currently read-only) or prefer a fully open-source license (BSL-1.1 with conversion to Apache 2.0 in 2030).
Tools this server exposes
12 tools extracted from the READMEdhl_trackingTrack worldwide DHL shipments via Unified Tracking API
dpd_germany_trackingTrack public DPD parcels in Germany
gls_trackingTrack GLS parcels across the EU
datev_erpAccess DATEV accounting and tax data
weclapp_erpAccess Weclapp cloud ERP customer and order data
xentral_erpQuery Xentral SaaS ERP for e-commerce data
vies_vat_validationValidate VAT numbers via VIES service
handelsregister_lookupSearch German commercial register companies
shopware_6_productsQuery Shopware 6 e-commerce products and categories
deutsche_bahn_fahrplanAccess Deutsche Bahn train timetables and journey planning
immobilien_scout24_searchSearch German real estate listings on ImmobilienScout24
here_geocodingGet location data via HERE geocoding service
Comparable tools
Installation
Install with Docker (recommended):
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && ./setup.shOnce set up, open http://localhost:3000 and register the first user who automatically becomes admin.
To use with Claude Desktop, add this to claude_desktop_config.json:
{
"mcpServers": {
"anythingmcp": {
"command": "docker",
"args": ["run", "-p", "3000:3000", "helpcodeai/anythingmcp"]
}
}
}FAQ
- Does AnythingMCP require coding to connect my APIs?
- No coding is required. You can connect APIs through a visual editor by importing OpenAPI/Swagger, Postman collections, WSDL files, GraphQL introspection, or custom JSON configurations.
- Where are my credentials stored?
- Credentials are stored encrypted with AES-256-GCM on your infrastructure. They never leave your environment, ensuring privacy and security.
On Hacker News
Recent discussion from the developer community.
- Story by helpcodeai · 2026-05-12
Compare anythingmcp with
Last updated · Auto-generated from public README + GitHub signals.