mkdshare.DEV tty1 session: public
+----------------------------------+
| >> mkdshare.DEV |
+----------------------------------+
~ $ mkdshare --help
Share Markdown as clean, commentable documents.
Paste or upload a Markdown file,
get a readable link,
and let reviewers comment inline.

Publish manually,
through the API,
or from MCP clients like Claude, Cursor, and Codex.
~ $ mkdshare auth --provider google

By signing up you agree to our Terms of Service and Privacy Policy.

[access-control]
Public, login-required, or domain-restricted. Optional email allowlists and expiry dates.
[annotations]
Readers can highlight and comment on any passage. Annotations survive document edits.
[automation]
Power users can publish from AI tools and scripts through the built-in MCP server and JSON API.
$ mkdshare automate --mcp
Developer path: once the review workflow fits, publish documents from Claude, Cursor, Codex, or your own tools.
{
  "mcpServers": {
    "mkdshare": {
      "url": "https://mkdshare.dev/mcp",
      "headers": { "Authorization": "Bearer <your-token>" }
    }
  }
}
$ mkdshare docs --list
Markdown links Inline comments MCP + API

Share Markdown as clean, commentable documents

Paste or upload a Markdown file, get a readable link, and let reviewers comment inline. Publish manually, through the API, or from MCP clients like Claude, Cursor, and Codex.

View MCP setup

By signing up you agree to our Terms of Service and Privacy Policy.

Access control

Public, login-required, or domain-restricted. Optional email allowlists and expiry dates.

Annotations

Readers can highlight and comment on any passage. Annotations survive document edits.

Developer automation

Power users can publish from AI tools and scripts through the built-in MCP server and JSON API.

Developer power feature

Publish from Claude, Cursor, Codex, or scripts

Manual paste and upload are the default path. When you want automation, add the MCP server or call the JSON API.

{
  "mcpServers": {
    "mkdshare": {
      "url": "https://mkdshare.dev/mcp",
      "headers": { "Authorization": "Bearer <your-token>" }
    }
  }
}

Optional automation for teams that already live in AI tools and command-line workflows.