AIquila
Nextcloud + Claude AI Integration
Overview
AIquila connects your Nextcloud instance with Claude AI in two ways:
- MCP Server — lets Claude (Desktop/Mobile) manage your Nextcloud files, tasks, notes, and recipes via chat or voice
- Nextcloud App — adds Claude AI actions directly inside Nextcloud (summarize, analyze, generate content)
- Hetzner Deployment — provisions a production-ready AIquila server on Hetzner Cloud with a single command (Traefik, CrowdSec, optional monitoring)
Quick Start
Docker (Recommended)
cd docker/installation
cp .env.example .env # add your CLAUDE_API_KEY
make build-tarball # build the app package
make up # start all services
Access: http://localhost:8080 · MailHog: http://localhost:8025 · MCP: http://localhost:3339
MCP Server Only
Use the standalone Docker setup to connect the MCP server to an existing Nextcloud instance.
Documentation
- Installation Guide
- Docker Dev Setup
- MCP Server
- Hetzner Deployment
- Connectivity & Troubleshooting
- Full Docs
Acknowledgements
See ACKNOWLEDGMENTS.md for the full list of open-source projects and services that AIquila is built on.
License
AGPL-3.0 (Nextcloud App) / MIT (MCP Server)