🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

aiquila-mcp

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aiquila-mcp

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

latest
Source
npmnpm
Version
0.3.32
Version published
Weekly downloads
454
45.98%
Maintainers
1
Weekly downloads
 
Created
Source

AIquila MCP Server

MCP (Model Context Protocol) server that gives any MCP client full access to your Nextcloud instance — files, calendar, tasks, contacts, mail, talk, maps, bookmarks, notes, polls, forms, and more. 244 tools across 33 categories.

Quick Start

Stdio (Claude Desktop, Claude Code, Cursor, etc.)

Add to your MCP client configuration (example for Claude Desktop ~/.config/claude/claude_desktop_config.json):

{
	"mcpServers": {
		"aiquila": {
			"command": "npx",
			"args": ["-y", "aiquila-mcp"],
			"env": {
				"NEXTCLOUD_URL": "https://your-nextcloud.example.com",
				"NEXTCLOUD_USER": "your-username",
				"NEXTCLOUD_PASSWORD": "your-app-password"
			}
		}
	}
}

Generate an App Password in Nextcloud: Settings → Security → Devices & sessions.

HTTP Transport (Docker, Claude.ai, remote clients)

See the Docker setup guide for running AIquila as an HTTP server with OAuth for remote MCP clients.

What It Can Do

Core (always available)

CategoryTools
Files12
Status3
Apps6
Tags6
Search2
Users4
Groups4
Shares10
Absence3
Trash3
Versions2

AIquila app

CategoryTools
AIquila3
Security2
OCC1
Projects7

Optional Nextcloud apps

CategoryTools
Calendar6
Tasks6
Contacts6
Notes5
Mail8
Deck12
Cookbook6
Maps25
Photos11
Talk10
Circles8
Bookmarks13
Polls21
Forms25
Assistant4
Translate1
User Status5
Notifications4
Total244

Configuration

VariableRequiredNotes
NEXTCLOUD_URLYestrailing slash stripped automatically
NEXTCLOUD_USERYes
NEXTCLOUD_PASSWORDYesuse an App Password
MCP_TRANSPORTNostdio (default) or http
MCP_AUTH_ENABLEDNotrue to enable OAuth for remote clients
MCP_AUTH_SECRETIf authopenssl rand -hex 32
MCP_AUTH_ISSUERIf authpublic HTTPS URL of this server
LOG_LEVELNotrace/debug/info/warn/error/fatal

Requirements

  • Node.js 24+
  • A Nextcloud instance with an App Password

Optional Nextcloud apps unlock additional tool categories: Tasks, Calendar, Contacts, Notes, Cookbook, Deck, Bookmarks, Mail, Maps, Photos, Talk, Circles, and more.

Documentation

License

MIT — part of the AIquila project.

Keywords

mcp

FAQs

Package last updated on 31 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts