MCP server for Etherpad: exposes pad data, authorship, and editing as MCP tools
| Tool name | Description | Destructive? |
|---|---|---|
| edit_pad | ✓ no | |
| create_pad | ✓ no | |
| get_pad_text | ✓ no | |
| get_pad_html | ✓ no | |
| get_pad_diff | ✓ no |
| search_pads | ✓ no | |
| get_chat_history | ✓ no | |
| send_chat_message | ✓ no | |
| list_pads | ✓ no | |
| get_pad_info | ✓ no | |
| get_pad_authorship | ✓ no | |
| get_text_provenance | ✓ no | |
| get_pad_contributors | ✓ no | |
| get_pad_activity | ✓ no |
{
"mcpServers": {
"ep_ai_mcp": {
"command": "npx",
"args": [
"-y",
"ep_ai_mcp"
]
}
}
}