etherpad (MCP Server)

GitHub

Etherpad: A modern really-real-time collaborative document editor.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "etherpad": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-etherpad"
      ]
    }
  }
}