Odel
mdshare

mdshare

Local
@urbanmorph8TypeScriptMITUpdated 4w ago

Free markdown sharing. Upload, get links, collaborate. No login needed.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmdshare-mcpv1.4.1

Run

npx -y mdshare-mcp

MCP client config

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