Serversio.github.elgorro/aiquila-mcp
M

AIquila — Nextcloud MCP Server

io.github.elgorro/aiquila-mcp · v0.3.5
▦ npm
v0.3.5npm npm: aiquila-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.elgorro/aiquila-mcp",
  "description": "Nextcloud MCP server — files, calendar, contacts, mail, maps, notes, tasks & 120+ more tools",
  "title": "AIquila — Nextcloud MCP Server",
  "repository": {
    "url": "https://github.com/elgorro/aiquila.git",
    "source": "github",
    "id": "1101224211",
    "subfolder": "mcp-server"
  },
  "version": "0.3.5",
  "websiteUrl": "https://github.com/elgorro/aiquila",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/elgorro/aiquila/main/nextcloud-app/img/app.svg",
      "mimeType": "image/svg+xml",
      "sizes": [
        "any"
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "aiquila-mcp",
      "version": "0.3.5",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of your Nextcloud instance (e.g. https://cloud.example.com)",
          "isRequired": true,
          "name": "NEXTCLOUD_URL"
        },
        {
          "description": "Nextcloud username",
          "isRequired": true,
          "name": "NEXTCLOUD_USER"
        },
        {
          "description": "Nextcloud app password (generate in Nextcloud Security settings)",
          "isRequired": true,
          "isSecret": true,
          "name": "NEXTCLOUD_PASSWORD"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/elgorro/aiquila-mcp:0.3.5",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of your Nextcloud instance (e.g. https://cloud.example.com)",
          "isRequired": true,
          "name": "NEXTCLOUD_URL"
        },
        {
          "description": "Nextcloud username",
          "isRequired": true,
          "name": "NEXTCLOUD_USER"
        },
        {
          "description": "Nextcloud app password (generate in Nextcloud Security settings)",
          "isRequired": true,
          "isSecret": true,
          "name": "NEXTCLOUD_PASSWORD"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}