Back to All Tools
⚡ Model Context Protocol (MCP) ServerMCP Servers30 Stars

Aiquila

Connect Claude AI to your Nextcloud via the Model Context Protocol. Browse, search, and manage files through natural conversation.

#cloudflare-os#mcp-servers

Installation & Setup Quickstart

Copy commands or configuration snippets for this tool

{
  "mcpServers": {
    "aiquila": {
      "command": "npx",
      "args": [
        "-y",
        "github:elgorro/aiquila"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<YOUR_CLOUDFLARE_API_TOKEN>"
      }
    }
  }
}