HomeProductivity › AIquila — Nextcloud MCP Server

AIquila — Nextcloud MCP Server

Nextcloud MCP server — files, calendar, contacts, mail, maps, notes, tasks & 120+ more tools

PHP Remote
★ 37 stars Last pushed 2026-09-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://{hostname}/mcp

Claude Code:

claude mcp add --transport http aiquila https://{hostname}/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "aiquila": {
      "url": "https://{hostname}/mcp"
    }
  }
}

Package (npm 0.4.11)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "aiquila": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "NEXTCLOUD_URL": "<YOUR_VALUE>",
        "NEXTCLOUD_USER": "<YOUR_VALUE>",
        "NEXTCLOUD_PASSWORD": "<YOUR_VALUE>"
      }
    }
  }
}
  • NEXTCLOUD_URL required — URL of your Nextcloud instance (e.g. https://cloud.example.com)
  • NEXTCLOUD_USER required — Nextcloud username
  • NEXTCLOUD_PASSWORD required secret — Nextcloud app password (generate in Nextcloud Security settings)

Package (oci)

docker run -i --rm ghcr.io/elgorro/aiquila-mcp:0.4.11

Or add to your MCP client config:

{
  "mcpServers": {
    "aiquila": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/elgorro/aiquila-mcp:0.4.11"
      ],
      "env": {
        "NEXTCLOUD_URL": "<YOUR_VALUE>",
        "NEXTCLOUD_USER": "<YOUR_VALUE>",
        "NEXTCLOUD_PASSWORD": "<YOUR_VALUE>"
      }
    }
  }
}
  • NEXTCLOUD_URL required — URL of your Nextcloud instance (e.g. https://cloud.example.com)
  • NEXTCLOUD_USER required — Nextcloud username
  • NEXTCLOUD_PASSWORD required secret — Nextcloud app password (generate in Nextcloud Security settings)

Related servers

Data from the Official MCP Registry