ep_ai_mcp

ether/ep_ai_mcp
★ 0 stars JavaScript 🤖 AI/LLM Updated today
MCP server for Etherpad: exposes pad data, authorship, and editing as MCP tools
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ep_ai_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ether/ep_ai_mcp"
      ]
    }
  }
}

README Excerpt

MCP (Model Context Protocol) server for Etherpad. Exposes pad content, authorship, editing, and chat as MCP tools that AI assistants can call. Requires `ep_ai_core`. ```bash pnpm run plugins i ep_ai_core ep_ai_mcp ``` The MCP server is mounted at `/mcp` using the Streamable HTTP transport. Every request to `/mcp` must include a valid `Authorization: Bearer <token>`

Tools (14)

create_padedit_padget_chat_historyget_pad_activityget_pad_authorshipget_pad_contributorsget_pad_diffget_pad_htmlget_pad_infoget_pad_textget_text_provenancelist_padssearch_padssend_chat_message