MCP Catalogs
Home

aiquila

by elgorro·17·Score 43

AIquila is an MCP server connecting Claude AI to Nextcloud for file and data management.

file-systemcloud-storageproductivity
3
Forks
62
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Browse and search Nextcloud files through conversation with Claude
you:Create and manage notes and tasks directly via Claude AI
you:Analyze documents and spreadsheets within Nextcloud interface
you:What MCP tools does AIquila provide?
you:How is data security handled?

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 README
  • browse_files

    Browse files stored in Nextcloud

  • search_files

    Search for files in Nextcloud

  • read_notes

    Read notes stored in Nextcloud

  • create_note

    Create new notes in Nextcloud

  • handle_tasks

    Manage tasks in Nextcloud

  • manage_bookmarks

    Manage bookmarks in Nextcloud

  • manage_projects

    Manage projects in Nextcloud

  • query_recipes

    Query recipes stored in Nextcloud

  • summarize_document

    Summarize a document in Nextcloud

  • analyze_spreadsheet

    Analyze a spreadsheet in Nextcloud

  • generate_content

    Generate content within Nextcloud

  • write_file

    Write or update files in Nextcloud

Note: Tool names and functions were inferred from the description section mentioning capabilities without explicit tool documentation

Comparable tools

nextcloud-mcpclaude-nextcloud-integrationfile-system-mcp

Installation

Install AIquila MCP server using npm:

npm install -g aiquila-mcp

Add 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.