Skip to content
Claude Desktop

sharedoc mcp for Claude Desktop

io.github.augustusw/sharedoc-mcp

Share agent-generated Markdown as links — GitHub gists today, your own server tomorrow.

client:Claude Desktop transport:stdio runtime:npm

Install sharedoc mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sharedoc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sharedoc-mcp"
      ],
      "env": {
        "SHAREDOC_BACKEND": "<SHAREDOC_BACKEND>",
        "SHAREDOC_PUBLIC_URL": "<SHAREDOC_PUBLIC_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

sharedoc mcp in other clients