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"
]
}
}
}