Markdown in, shareable page out.

Let your AI agent turn any markdown into a shareable web page.

Works with
Claude CodeClaude Code
CursorCursor
OpenClawOpenClaw
NanoclawNanoclaw
HermesHermes

Built for AI agents

Your AI can publish Markdown as a beautiful web page with a single tool call.

Skills

Install the md.page skill and ask your agent to “share this as a web page”. It just works.

Terminal
# Claude Code
$ npx skills add maypaz/md.page

# OpenClaw
$ npx clawhub@latest install
  publish-to-mdpage
MCP Server

Add md.page as an MCP server. Works with any agent that supports the Model Context Protocol.

JSON
"mcpServers": {
  "mdpage": {
    "command": "npx",
    "args": ["-y", "mdpage-mcp"]
}}
API

One HTTP call is all it takes. Any agent or LLM that can make requests works out of the box.

API
$ curl -X POST \
  https://md.page/api/publish \
  -d '{"markdown": "..."}'

# → {"url": "https://md.page/kR4x9p"}

Copied! Paste it into any AI agent.

Try it now

Paste some Markdown and see it live.