ShipPage MCP server — publish HTML from Claude Desktop & Cursor
ShipPage ships an MCP server, so any Model Context Protocol client — Claude Desktop, Cursor, and others — can publish pages natively. No API key, no environment variables.
Add the server
Add this to your MCP client config (for Claude Desktop, claude_desktop_config.json):
{
"mcpServers": {
"shippage": {
"command": "npx",
"args": ["shippage-mcp"]
}
}
}
Restart the client. It exposes two tools: publish_html and publish_markdown.
Use it
Ask the assistant to "publish this as a webpage" or "publish this Markdown". Markdown is rendered to a styled, mobile-friendly page automatically.
Package: shippage-mcp on npm.