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

Installation

npx mdshare-mcp

Configuration

{
  "mcpServers": {
    "mdshare": {
      "command": "npx",
      "args": ["-y", "mdshare"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub