Guide
Deploy a static site from Cursor
Yes — Cursor can deploy a static site to Novence. One-click MCP. One prompt. Live URL at https://{suffix}.novence.ai. No dashboard.
How do I connect Cursor to Novence?
Hosted endpoint https://api.novence.ai/mcp. No API key to start. Call bootstrap(email); the session adopts the nv_ key. Persist it as NOVENCE_API_KEY for later chats.
Fastest: Add to Cursor (opens the deeplink). Or paste this into Cursor MCP settings / .cursor/mcp.json:
{
"mcpServers": {
"novence": {
"url": "https://api.novence.ai/mcp"
}
}
}Full MCP surface: /mcp. Agent chat or the terminal both work; if a shell is available, npx novence deploy ./dist is the short path (/cli).
What prompt deploys the site?
Copy Prompt asks the agent to read llms-full.txt, bootstrap a key (or use demo), upload static HTML/CSS/JS, and poll until live.
Then how do I verify and add a domain?
Unverified accounts skip checks and expire in 30 days. Verify the OTP (the link in the email, /verify, from the CLI with novence login (/cli), or POST https://api.novence.ai/v1/auth/verify-email) to unlock Free quotas, custom domains, and Lighthouse/axe gates.
Cursor FAQ
Does Cursor work with Novence?
Yes. Add Novence MCP with one click (no key), call bootstrap(email), paste one prompt, and get a live https://{suffix}.novence.ai URL. On Free after email verify.
Do I need a dashboard account first?
No. The Cursor deeplink installs https://api.novence.ai/mcp with no Authorization. Bootstrap in-session.
Where is the yes/no integration page?
/integrations/cursor. This page is the numbered how-to.
Agents ship. Novence hosts.
Add MCP in Cursor, then Copy Prompt.