Getting Started

OneClickMCP turns a GitHub repository into a hosted Model Context Protocol (MCP) server — so any MCP client like Claude or Cursor can call your code as tools.

What you need

  • A GitHub account.
  • A repository in Python, Node.js, or Go that exposes the tools you want to serve.

The fast path

  1. Sign in with GitHub on the console.
  2. Pick a repository from your account.
  3. Deploy — OneClickMCP builds and hosts it.
  4. Copy your MCP URL and paste it into your MCP client.

That's the whole loop. Next, walk through Setup for account and secret configuration, then the Tutorial for a full end-to-end run.