Tutorial
This walks through one full loop: deploy a repository, call a tool, and connect the endpoint to an MCP client.
Watch the walkthrough
Building AI is exciting, but deploying infrastructure shouldn't slow you down. What if deploying an MCP server took just one click? No Docker, no complex configuration, no infrastructure headaches. Just choose your MCP server, click deploy, and you're ready to go.
OneClickMCP is the easiest way to deploy production-ready MCP servers in seconds. Here's how it works:
1. Deploy
From the console, pick a repository and press Deploy. OneClickMCP builds it and provisions a hosted MCP endpoint.
2. Try it in the playground
Open the playground for your deployment. It lists the tools your server exposes. Select one, fill in its arguments, and run it — you'll see the request and the response side by side.
3. Read the response
The playground shows the raw tool result. Use it to confirm your tool behaves as expected before wiring it into a client.
4. Connect an MCP client
Copy your MCP endpoint URL and add it to your client's MCP server configuration:
{
"mcpServers": {
"my-server": {
"url": "https://<your-deployment>.oneclickmcp.app"
}
}
}
Reload the client and your tools appear. You now have a hosted MCP server backed by your own repository.