elo-mcp-server

LOUPZ-DE/elo-mcp-server
★ 0 stars TypeScript AI/LLM Updated today
Model Context Protocol (MCP) server providing read-only access to the ELO document management system. Exposes search, metadata, document links and project-folder lookup as tools that LLM agents (Claude Desktop, Claude Code, Notion-integrated agents, …) can call.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "elo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "LOUPZ-DE/elo-mcp-server"
      ]
    }
  }
}

Topics

claudeclaude-desktopdocument-managementeasypaneleloelo-digital-officemcpmcp-servermodel-context-protocolnodejstypescript