anythingmcp
by HelpCode-ai·★ 56·综合分 45
自托管 MCP 网关,将 REST、SOAP/WSDL、GraphQL 和 SQL API 连接到 Claude、ChatGPT、Gemini、Copilot、Cursor。
概述
AnythingMCP 是一个开源的 MCP 服务器和 API 网关,可以将各种 API 类型转换为 MCP 工具,无需更改代码。它支持 REST、SOAP/WSDL、GraphQL 和数据库连接,提供 30 多个预构建适配器,包括 DHL、DATEV、Personio 等服务。该解决方案提供身份验证、审计日志、基于角色的访问控制,并完全在用户基础设施上运行,凭据加密存储。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要将遗留系统(SOAP/WSDL、本地数据库)连接到 AI 代理,或在 MCP 基础架构中需要审计日志和 RBAC 等企业功能时,选择它。
什么时候不要选它
如果您需要数据库的写入权限(目前是只读的)或更喜欢完全开源的许可证(BSL-1.1,将于 2030 年转换为 Apache 2.0),请不要选择它。
此 server 暴露的工具
从 README 抽取出 12 个工具dhl_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
可对比工具
安装
使用 Docker 安装(推荐):
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && ./setup.sh设置完成后,打开 http://localhost:3000 并注册第一个用户,该用户将自动成为管理员。
要在 Claude Desktop 中使用,将以下内容添加到 claude_desktop_config.json:
{
"mcpServers": {
"anythingmcp": {
"command": "docker",
"args": ["run", "-p", "3000:3000", "helpcodeai/anythingmcp"]
}
}
}FAQ
- AnythingMCP 是否需要编码才能连接我的 API?
- 不需要编码。您可以通过可视化编辑器连接 API,导入 OpenAPI/Swagger、Postman 集合、WSDL 文件、GraphQL 内省或自定义 JSON 配置。
- 我的凭据存储在哪里?
- 凭据使用 AES-256-GCM 加密存储在您的基础设施上。它们永远不会离开您的环境,确保隐私和安全。
Hacker News 讨论
开发者社区最近的相关讨论。
- 帖子 by helpcodeai · 2026-05-12
anythingmcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。