AnythingMCP

AnythingMCP
| Attribute | Value |
|---|---|
| Vendor | Anything MCP |
| Version | 0.1.1 |
| OS | Ubuntu 24.04 |
| Category | AI Tools |
| License | BSL-1.1 |
Description
AnythingMCP lets you convert any existing API into a Model Context Protocol (MCP) server in minutes, without writing code. It supports REST, SOAP, GraphQL, Database, and MCP Bridge connectors out of the box.
Simply import your OpenAPI spec, Postman collection, or paste a cURL command. AnythingMCP automatically generates MCP-compatible tool definitions that AI assistants like Claude, GPT, and Gemini can call directly.
This 1-Click image comes pre-configured with Docker, PostgreSQL, and the AnythingMCP application. On first boot, it generates secure credentials and starts all services automatically. Access the web dashboard on port 80 to start creating MCP servers immediately.
For more information, visit anythingmcp.com or the GitHub repository.
Software Included
| Package | Version | License |
|---|---|---|
| Docker | 27.x | Apache-2.0 |
| AnythingMCP | 0.1.1 | BSL-1.1 |
| PostgreSQL | 17 | PostgreSQL License |
Getting Started
After creating your server, AnythingMCP will automatically configure itself on first boot. This takes about 2-3 minutes.
Access the Dashboard
- Open your browser and navigate to
http://your_server_public_ipv4 - Log in with the credentials shown in the MOTD when you SSH in
Find Your Credentials
SSH into your server to see your auto-generated credentials:
ssh root@your_server_public_ipv4
Your MCP API key and admin credentials are displayed in the welcome message.
Optional: Set Up HTTPS
To enable HTTPS with a custom domain, run:
/opt/anythingmcp/setup-domain.sh yourdomain.com
This automatically provisions a Let's Encrypt certificate via Caddy.
Documentation
| Resource | URL |
|---|---|
| Website | https://anythingmcp.com |
| GitHub | https://github.com/HelpCode-ai/anythingmcp |
Support Details
| Field | Value |
|---|---|
| Supported By | Anything MCP |
| Support URL | https://anythingmcp.com |
| Support Email | [email protected] |