elaniin-eds-mcp-server

roger-elaniin/elaniin-eds-mcp-server
★ 0 stars HTML AI/LLM Updated today
An MCP server.
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": {
    "elaniin-eds-mcp-serv": {
      "command": "npx",
      "args": [
        "-y",
        "roger-elaniin/elaniin-eds-mcp-server"
      ]
    }
  }
}

README Excerpt

REST API that exposes the Elaniin Design System and Deck System to any compatible LLM client. | Endpoint | Parameters | Description | |---|---|---| | GET /api/catalogo | ?sistema=design\|deck | List all available components | | GET /api/componente | ?sistema=design\|deck&clave=component-id | Get HTML + CSS for a component |