Skip to content
VS Code

ShipPage for VS Code

io.github.jieshu666/shippage

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

client:VS Code transport:stdio runtime:npm

Install ShipPage in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ShipPage in other clients