← Index

AIquila — Nextcloud MCP Server

io.github.elgorro/aiquila-mcp·v0.3.5·Maps & Location
Quality Score
95
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "aiquila-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aiquila-mcp"
      ],
      "env": {
        "NEXTCLOUD_URL": "<nextcloud_url>",
        "NEXTCLOUD_USER": "<nextcloud_user>",
        "NEXTCLOUD_PASSWORD": "<your-nextcloud_password>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "aiquila-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aiquila-mcp"
      ],
      "env": {
        "NEXTCLOUD_URL": "<nextcloud_url>",
        "NEXTCLOUD_USER": "<nextcloud_user>",
        "NEXTCLOUD_PASSWORD": "<your-nextcloud_password>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y aiquila-mcp
Claude Desktop (Docker)
{
  "mcpServers": {
    "aiquila-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/elgorro/aiquila-mcp:0.3.5"
      ],
      "env": {
        "NEXTCLOUD_URL": "<nextcloud_url>",
        "NEXTCLOUD_USER": "<nextcloud_user>",
        "NEXTCLOUD_PASSWORD": "<your-nextcloud_password>"
      }
    }
  }
}
§02  Environment variables
NEXTCLOUD_URL
required

URL of your Nextcloud instance (e.g. https://cloud.example.com)

NEXTCLOUD_USER
required

Nextcloud username

NEXTCLOUD_PASSWORD
requiredsecret

Nextcloud app password (generate in Nextcloud Security settings)

NEXTCLOUD_URL
required

URL of your Nextcloud instance (e.g. https://cloud.example.com)

NEXTCLOUD_USER
required

Nextcloud username

NEXTCLOUD_PASSWORD
requiredsecret

Nextcloud app password (generate in Nextcloud Security settings)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
25
installability
25
documentation
15
stability
5
§04  Alternatives in Maps & Location