streamable-httpMITupdated 2mo ago
Publish what you build in Claude or ChatGPT to a live URL — no developer required.
What can you do with MakeItRun?
MakeItRun — MCP server
Publish what you build in Claude or ChatGPT to a live URL — no developer required.
MakeItRun is publishing infrastructure for AI-native tools, menus, reports, and
pages. When an assistant generates an HTML page — a menu, a dashboard, a
calculator, a one-pager — MakeItRun turns it into a real, permanent https URL
in one tool call, complete with a QR code and version history.
This repository holds the public MCP manifest (server.json)
for the remote MakeItRun MCP server. The server itself is hosted — there is
nothing to install.
Connect
- Server URL (OAuth 2.1):
https://mcp.makeitrun.ai/mcp - Anonymous (24-hour) fallback:
https://mcp.makeitrun.ai/anon/mcp
Add it as a custom connector in Claude (Settings → Connectors) or ChatGPT (Settings → Connectors), then sign in once via OAuth (Google or email) and publish with a single tool call.
Tools
| Tool | What it does |
|---|---|
publish_html |
Publishes a self-contained HTML document to a permanent URL under your account, with an optional custom slug and search-engine indexing control. |
list_my_publishes |
Lists the pages you've published — id, slug, URL, title, last updated. |
delete_publish |
Permanently removes one of your pages by slug. |
Authentication is OAuth 2.1 with PKCE. Pages are served from a global CDN, last indefinitely, and can be shared by link or QR code.
Links
- Website: https://makeitrun.ai
- Docs: https://makeitrun.ai/developers
- Privacy & terms: https://makeitrun.ai/legal
- Support:
support@makeitrun.ai
License
Install
Add MakeItRun to your client. Pick the one you use.
claude mcp add --transport http makeitrun https://mcp.makeitrun.ai/mcpcodex mcp add makeitrun --url https://mcp.makeitrun.ai/mcp{
"mcpServers": {
"makeitrun": {
"url": "https://mcp.makeitrun.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"makeitrun": {
"type": "http",
"url": "https://mcp.makeitrun.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"makeitrun": {
"url": "https://mcp.makeitrun.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"makeitrun": {
"serverUrl": "https://mcp.makeitrun.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 tools
MakeItRun exposes 3 tools to a connected agent.
- publish_html
- Publishes a self-contained HTML document to a permanent URL under your account, with an optional custom slug and search-engine indexing control.
- list_my_publishes
- Lists the pages you've published — id, slug, URL, title, last updated.
- delete_publish
- Permanently removes one of your pages by slug.
Score
56 / 100
Adequate
- Documentation11/25
- Maintenance16/25
- Trust13/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 69 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Jun 24, 2026 |