aiquila
by elgorro·★ 17·Score 43
AIquila is an MCP server connecting Claude AI to Nextcloud for file and data management.
Overview
AIquila bridges self-hosted Nextcloud with Claude AI through the Model Context Protocol. It provides secure access to Nextcloud data including files, notes, tasks, and recipes. The solution consists of three components: an MCP server for Claude integration, a Nextcloud app for UI-based interactions, and a deployment tool for production setup. This allows users to manage their Nextcloud data directly through natural conversation with Claude.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this if you're using Nextcloud and want to integrate Claude AI for file management without data export.
When NOT to choose this
Don't choose if you need AI capabilities outside Nextcloud ecosystem or if you're not comfortable with AGPL-3.0/MIT licensing.
Tools this server exposes
12 tools extracted from the READMEbrowse_filesBrowse files stored in Nextcloud
search_filesSearch for files in Nextcloud
read_notesRead notes stored in Nextcloud
create_noteCreate new notes in Nextcloud
handle_tasksManage tasks in Nextcloud
manage_bookmarksManage bookmarks in Nextcloud
manage_projectsManage projects in Nextcloud
query_recipesQuery recipes stored in Nextcloud
summarize_documentSummarize a document in Nextcloud
analyze_spreadsheetAnalyze a spreadsheet in Nextcloud
generate_contentGenerate content within Nextcloud
write_fileWrite or update files in Nextcloud
Note: Tool names and functions were inferred from the description section mentioning capabilities without explicit tool documentation
Comparable tools
Installation
Install AIquila MCP server using npm:
npm install -g aiquila-mcpAdd to Claude Desktop configuration:
{
"mcpServers": {
"aiquila": {
"command": "npx",
"args": ["aiquila-mcp"]
}
}
}For detailed installation guides for different paths, see [Installation Documentation](docs/installation.md).
FAQ
- What MCP tools does AIquila provide?
- AIquila provides tools for browsing, searching, and managing files, reading and creating notes, handling tasks and bookmarks, managing projects, and querying recipes stored in Nextcloud.
- How is data security handled?
- AIquila maintains data security by keeping everything within the user's self-hosted Nextcloud instance. The MCP server provides secure access without exposing data to external services.
Compare aiquila with
Last updated · Auto-generated from public README + GitHub signals.