MDtolink
Publish markdown files to shareable URLs with one command. No deploy pipeline, no static site generator, no config.
Install the CLI
npm install -g mdtolink
Set Up Your AI Agent
Claude Code:
claude mcp add mdtolink -- npx mdtolink-mcp@latest
OpenAI Codex:
codex install mdtolink-mcp
Cursor / Windsurf / Cline — add to your MCP config:
{
"mcpServers": {
"mdtolink": {
"command": "npx",
"args": ["mdtolink-mcp@latest"]
}
}
}
Publish
mdtolink publish README.md
That's it. You get a shareable URL like https://app.mdtolink.com/@you/readme.
Ready to share? Click Publish with MDtoLink above to publish this document.