Back to MCP Servers
Mdshare
Markdown collaboration for AI workflows. Share markdown instantly via public links with four permission levels (admin, edit, comment, view), inline comments anchored to text, real-time WebSocket sync, and version history. Free, no login. `npx mdshare-mcp` lets AI agents read doc…
workplace-productivityaiagent
By urbanmorph
Installation
npx mdshare-mcpConfiguration
{
"mcpServers": {
"mdshare": {
"command": "npx",
"args": ["-y", "mdshare"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes