mdshare
v1.0.2
Published
The output layer for AI agents — turn any markdown into a beautiful shareable link. MCP server for Claude Desktop & AI assistants.
Downloads
336
Maintainers
Readme
mdshare
The output layer for AI agents — turn any markdown into a beautiful shareable link.
MCP server that gives Claude (and any MCP-compatible AI) a share_markdown tool.
Install
npm install -g mdshareConfigure Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mdshare": {
"command": "mdshare"
}
}
}Config file locations:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
Restart Claude Desktop. You'll see share_markdown in the tools panel.
What it does
Ask Claude to share any response as a link:
"Share this analysis as a link I can send to my team"
Claude calls share_markdown → returns a rendered URL → paste it anywhere.
Self-hosting
By default, mdshare uses the public API. To self-host:
- Clone the repo:
github.com/RileyLin/mdshare - Deploy to Vercel (one-click button in repo README)
- Set
MDSHARE_APIenv var to your instance URL
License
MIT
