Cursor

Deploy from Cursor

Wire MCP once. Then any agent chat can ship a durable URL without leaving the editor.

  1. Install the plugin

    One command. Restarts Cursor so the skill + remote MCP load:

    npx plugins add vaibhavmule/aft.page
  2. Or add aft-page MCP yourself

    Project .cursor/mcp.json — or global Cursor MCP settings:

    {
      "mcpServers": {
        "aft-page": {
          "url": "https://mcp.aft.page/mcp"
        }
      }
    }
  3. Ask Cursor to deploy

    Reload MCP if needed. In Agent chat:

    Deploy this HTML to aft.page
  4. Local / advanced (optional)

    stdio fallback: /mcp#local. Plugin docs: /plugins.

Remote URL — no absolute path ceremony. Docs: /mcp.