Hosted MCP setup
Connect Quick Proto to your coding agent
Quick Proto runs a hosted MCP server. Add this URL to your AI coding agent, sign in with OAuth, then ask your agent to publish a prototype whenever you want a shareable preview link.
Hosted MCP URL
https://quick-proto.co.uk/api/mcp
Setup in three steps
Add the hosted MCP server
Choose your agent below and paste the URL or config block it expects.
Approve OAuth
When your agent opens a browser, sign in to Quick Proto and approve access. No API key is needed for hosted MCP.
Agent guides
Pick your coding agent
Please connect this project to Quick Proto's hosted MCP server. MCP URL: https://quick-proto.co.uk/api/mcp Use the MCP setup format for the coding agent or editor we are in. If this app supports OAuth for remote MCP servers, help me complete the browser sign-in with my Quick Proto account. When setup is done, reload MCP tools if needed and confirm that the quick-proto tools are available.
Cursor
Cursor chat and agents
Open Cursor Settings > MCP, add a new MCP server, paste the Quick Proto config, then reload MCP.
{
"mcpServers": {
"quick-proto": {
"url": "https://quick-proto.co.uk/api/mcp"
}
}
}Claude Code
Terminal coding sessions
Run claude mcp add --transport http --scope user quick-proto https://quick-proto.co.uk/api/mcp, then restart or reload Claude Code.
Use project scope instead of user scope if you only want Quick Proto available in one repo.
Claude Desktop / Claude.ai
Claude app projects and connectors
Open Settings > Connectors, choose Add custom connector, name it Quick Proto, and use the MCP URL below.
Claude's connector UI is usually easier than editing a desktop config file for hosted MCP.
https://quick-proto.co.uk/api/mcp
VS Code + GitHub Copilot
Copilot agent mode
Open MCP: Add Server from the Command Palette, choose HTTP, paste the MCP URL, and save it to your user or workspace settings.
{
"servers": {
"quick-proto": {
"type": "http",
"url": "https://quick-proto.co.uk/api/mcp"
}
}
}Windsurf
Cascade agent workflows
Open Windsurf Settings > Cascade > MCP, edit MCP config, add the Quick Proto server, then refresh MCP tools.
{
"mcpServers": {
"quick-proto": {
"serverUrl": "https://quick-proto.co.uk/api/mcp"
}
}
}Codex
OpenAI Codex CLI sessions
Add the server with codex mcp add quick-proto --url https://quick-proto.co.uk/api/mcp or add the TOML block below to your Codex config.
[mcp_servers.quick-proto] url = "https://quick-proto.co.uk/api/mcp"
Gemini CLI
Gemini terminal agents
Open your Gemini settings file, add Quick Proto under mcpServers, and restart the CLI session.
{
"mcpServers": {
"quick-proto": {
"httpUrl": "https://quick-proto.co.uk/api/mcp"
}
}
}Try it
Once connected, ask your agent:
Share this prototype with my team.
Share this prototype with my team.
Done. Here is a link anyone can open in a browser:
https://your-prototype.quick-proto.co.ukQuick checks
- Hosted MCP uses OAuth. API keys are only for CLI or scripted uploads.
- The server URL should end with
/api/mcp. - If tools do not appear, reload MCP tools or restart the editor after saving config.
Ready to share prototypes?
Create an account, connect your agent, and publish your first preview link from the editor.