Home › Productivity › AIquila — Nextcloud MCP Server
AIquila — Nextcloud MCP Server
Nextcloud MCP server — files, calendar, contacts, mail, maps, notes, tasks & 120+ more tools
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://{hostname}/mcp
Claude Code:
claude mcp add --transport http aiquila https://{hostname}/mcp
Or add to your MCP client config:
{
"mcpServers": {
"aiquila": {
"url": "https://{hostname}/mcp"
}
}
}
Package (npm 0.4.11)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"aiquila": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"NEXTCLOUD_URL": "<YOUR_VALUE>",
"NEXTCLOUD_USER": "<YOUR_VALUE>",
"NEXTCLOUD_PASSWORD": "<YOUR_VALUE>"
}
}
}
}
NEXTCLOUD_URLrequired — URL of your Nextcloud instance (e.g. https://cloud.example.com)NEXTCLOUD_USERrequired — Nextcloud usernameNEXTCLOUD_PASSWORDrequired secret — Nextcloud app password (generate in Nextcloud Security settings)
Package (oci)
docker run -i --rm ghcr.io/elgorro/aiquila-mcp:0.4.11
Or add to your MCP client config:
{
"mcpServers": {
"aiquila": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/elgorro/aiquila-mcp:0.4.11"
],
"env": {
"NEXTCLOUD_URL": "<YOUR_VALUE>",
"NEXTCLOUD_USER": "<YOUR_VALUE>",
"NEXTCLOUD_PASSWORD": "<YOUR_VALUE>"
}
}
}
}
NEXTCLOUD_URLrequired — URL of your Nextcloud instance (e.g. https://cloud.example.com)NEXTCLOUD_USERrequired — Nextcloud usernameNEXTCLOUD_PASSWORDrequired secret — Nextcloud app password (generate in Nextcloud Security settings)
Related servers
MobileBuildMCP
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
mcp-atlassian
MCP server for Atlassian products (Confluence and Jira). Supports Confluence Cloud, Jira Cloud, and Jira Server/Data Center. Provides…
google_workspace_mcp
Comprehensive Google Workspace MCP server with full support for Google Calendar, Drive, Gmail, and Docs, Forms, Chats, Slides and Sheets…
crosspaste-desktop
Open-source cross-device clipboard manager with a built-in MCP server. Search and retrieve clipboard history synced across all your…
boss-agent-cli
BOSS Zhipin recruitment workflow for AI agents. 49 MCP tools for job search, welfare filtering, recruiter messaging, pipeline tracking,…
Atlassian Rovo MCP Server
Connect to Atlassian Jira, Confluence, Loom, and more to search, create, and manage your work.
Data from the Official MCP Registry