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.
By signing up you agree to our Terms of Service and Privacy Policy.
{
"mcpServers": {
"mkdshare": {
"url": "https://mkdshare.dev/mcp",
"headers": { "Authorization": "Bearer <your-token>" }
}
}
}
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.
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.
Learn more