Quick MCP Server

MCP server that lets your coding agent (Claude Desktop, Cursor, Codex CLI, Claude Code, Continue) publish HTML and get back a shareable URL with

Remote serverstreamable-http

What is the Quick MCP server?

Quick MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. MCP server that lets your coding agent (Claude Desktop, Cursor, Codex CLI, Claude Code, Continue) publish HTML and get back a shareable URL with viewer analytics — in one tool call. No account, link is the secret.

What you get

Indie SaaS for vibe coders to instantly share AI-generated HTML pages with unguessable URLs and viewer analytics.

What the assistant can call

Once Quick is connected, these are the calls the assistant has available:

  • Cursor — ~/.cursor/mcp.json or Settings → MCP
  • Surface — URL

Configuration and credentials

You will need one environment variable: DASHBOARD_HOST. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Quick's toolset — Cursor, Surface — is a fair guide to whether it matches your workflow. It is maintained by desper; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the quick mcp server does with a few real requests.

Available tools

ToolWhat it does
Cursor~/.cursor/mcp.json or Settings → MCP
SurfaceURL

Configuration

VariableDescriptionRequired
DASHBOARD_HOSTEndpoint or connection string the server talks to.Optional

Example prompts to try

  • Use Quick to Cursor.
  • Use Quick to Surface.

Frequently asked questions

It connects Quick to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Cursor, Surface) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Quick directly.