Skip to content
Cursor

ShipPage for Cursor

io.github.jieshu666/shippage

Publish HTML or Markdown to a public URL in one call. Zero config, auto-registers on first use.

client:Cursor transport:stdio runtime:npm

Install ShipPage in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "shippage": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "shippage-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ShipPage in other clients