Tutorial

This walks through one full loop: deploy a repository, call a tool, and connect the endpoint to an MCP client.

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.