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
- Sign in with GitHub on the console.
- Pick a repository from your account.
- Deploy — OneClickMCP builds and hosts it.
- 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.