★ 10 stars
TypeScript
🤖 AI/LLM
Updated 1d ago
Self-hosted MCP server & API gateway. REST/SOAP/GraphQL/Database to MCP for Claude, ChatGPT, Gemini, Copilot. 29 pre-built adapters (DHL, DATEV, Weclapp, Personio, Handelsregister, Shopware, DPD, GLS, Shipcloud, Sendcloud...). Source-available.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"anythingmcp": {
"command": "npx",
"args": [
"-y",
"HelpCode-ai/anythingmcp"
]
}
}
}
Run in terminal:
claude mcp add anythingmcp npx -y HelpCode-ai/anythingmcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"anythingmcp": {
"command": "npx",
"args": [
"-y",
"HelpCode-ai/anythingmcp"
]
}
}
}
Topics
ai-agentsapi-gatewayapi-to-mcpchatgptclaudedatabasegraphqlllm-toolsmcpmcp-gatewaymcp-middlewaremcp-servermodel-context-protocolnestjsnextjs