AIquila — Nextcloud MCP Server
Rank #15,219io.github.elgorro/aiquila-mcp
Nextcloud MCP server — files, calendar, contacts, mail, maps, notes, tasks & 120+ more tools
AIquila — Nextcloud MCP Server is a Model Context Protocol (MCP) server published by elgorro. It ranks #15,219 of 132,046 servers tracked on MCP Toplist, and its repository has 37 GitHub stars. AIquila — Nextcloud MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 43 tracked versions. It was first listed on Nov 21, 2025 and most recently updated on Sep 13, 2026.
Ranks ahead of 116,827 of 132,046 servers on MCP Toplist.
Use AIquila — Nextcloud MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http aiquila-mcp https://{hostname}/mcpclaude mcp add aiquila-mcp -e "NEXTCLOUD_URL=<your NEXTCLOUD_URL>" -e "NEXTCLOUD_USER=<your NEXTCLOUD_USER>" -e "NEXTCLOUD_PASSWORD=<your NEXTCLOUD_PASSWORD>" -- npx -y aiquila-mcpReplace each placeholder with your own value before saving.
claude mcp add aiquila-mcp -e "NEXTCLOUD_URL=<your NEXTCLOUD_URL>" -e "NEXTCLOUD_USER=<your NEXTCLOUD_USER>" -e "NEXTCLOUD_PASSWORD=<your NEXTCLOUD_PASSWORD>" -- docker run -i --rm ghcr.io/elgorro/aiquila-mcp:0.4.11Replace each placeholder with your own value before saving.
[mcp_servers.aiquila-mcp]
url = "https://{hostname}/mcp"Add to ~/.codex/config.toml.
[mcp_servers.aiquila-mcp]
command = "npx"
args = ["-y", "aiquila-mcp"]
[mcp_servers.aiquila-mcp.env]
NEXTCLOUD_URL = "<your NEXTCLOUD_URL>"
NEXTCLOUD_USER = "<your NEXTCLOUD_USER>"
NEXTCLOUD_PASSWORD = "<your NEXTCLOUD_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.aiquila-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/elgorro/aiquila-mcp:0.4.11"]
[mcp_servers.aiquila-mcp.env]
NEXTCLOUD_URL = "<your NEXTCLOUD_URL>"
NEXTCLOUD_USER = "<your NEXTCLOUD_USER>"
NEXTCLOUD_PASSWORD = "<your NEXTCLOUD_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://{hostname}/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"aiquila-mcp": {
"command": "npx",
"args": [
"-y",
"aiquila-mcp"
],
"env": {
"NEXTCLOUD_URL": "<your NEXTCLOUD_URL>",
"NEXTCLOUD_USER": "<your NEXTCLOUD_USER>",
"NEXTCLOUD_PASSWORD": "<your NEXTCLOUD_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aiquila-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/elgorro/aiquila-mcp:0.4.11"
],
"env": {
"NEXTCLOUD_URL": "<your NEXTCLOUD_URL>",
"NEXTCLOUD_USER": "<your NEXTCLOUD_USER>",
"NEXTCLOUD_PASSWORD": "<your NEXTCLOUD_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aiquila-mcp": {
"url": "https://{hostname}/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"aiquila-mcp": {
"command": "npx",
"args": [
"-y",
"aiquila-mcp"
],
"env": {
"NEXTCLOUD_URL": "<your NEXTCLOUD_URL>",
"NEXTCLOUD_USER": "<your NEXTCLOUD_USER>",
"NEXTCLOUD_PASSWORD": "<your NEXTCLOUD_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aiquila-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/elgorro/aiquila-mcp:0.4.11"
],
"env": {
"NEXTCLOUD_URL": "<your NEXTCLOUD_URL>",
"NEXTCLOUD_USER": "<your NEXTCLOUD_USER>",
"NEXTCLOUD_PASSWORD": "<your NEXTCLOUD_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"aiquila-mcp": {
"type": "http",
"url": "https://{hostname}/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"aiquila-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aiquila-mcp"
],
"env": {
"NEXTCLOUD_URL": "<your NEXTCLOUD_URL>",
"NEXTCLOUD_USER": "<your NEXTCLOUD_USER>",
"NEXTCLOUD_PASSWORD": "<your NEXTCLOUD_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"aiquila-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/elgorro/aiquila-mcp:0.4.11"
],
"env": {
"NEXTCLOUD_URL": "<your NEXTCLOUD_URL>",
"NEXTCLOUD_USER": "<your NEXTCLOUD_USER>",
"NEXTCLOUD_PASSWORD": "<your NEXTCLOUD_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aiquila-mcp": {
"serverUrl": "https://{hostname}/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aiquila-mcp": {
"command": "npx",
"args": [
"-y",
"aiquila-mcp"
],
"env": {
"NEXTCLOUD_URL": "<your NEXTCLOUD_URL>",
"NEXTCLOUD_USER": "<your NEXTCLOUD_USER>",
"NEXTCLOUD_PASSWORD": "<your NEXTCLOUD_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aiquila-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/elgorro/aiquila-mcp:0.4.11"
],
"env": {
"NEXTCLOUD_URL": "<your NEXTCLOUD_URL>",
"NEXTCLOUD_USER": "<your NEXTCLOUD_USER>",
"NEXTCLOUD_PASSWORD": "<your NEXTCLOUD_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aiquila-mcp": {
"url": "https://{hostname}/mcp"
}
}
}{
"mcpServers": {
"aiquila-mcp": {
"command": "npx",
"args": [
"-y",
"aiquila-mcp"
],
"env": {
"NEXTCLOUD_URL": "<your NEXTCLOUD_URL>",
"NEXTCLOUD_USER": "<your NEXTCLOUD_USER>",
"NEXTCLOUD_PASSWORD": "<your NEXTCLOUD_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aiquila-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/elgorro/aiquila-mcp:0.4.11"
],
"env": {
"NEXTCLOUD_URL": "<your NEXTCLOUD_URL>",
"NEXTCLOUD_USER": "<your NEXTCLOUD_USER>",
"NEXTCLOUD_PASSWORD": "<your NEXTCLOUD_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.elgorro%2Faiquila-mcp)<a href="https://mcptoplist.com/server/io.github.elgorro%2Faiquila-mcp"><img src="https://mcptoplist.com/badge/io.github.elgorro%2Faiquila-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
elgorro
Available versions (43)
| Version | Published |
|---|---|
| 0.4.11 | Sep 13, 2026 |
| 0.4.4 | Aug 24, 2026 |
| 0.4.2 | Aug 14, 2026 |
| 0.3.35 | Aug 12, 2026 |
| 0.3.23 | Jun 20, 2026 |
| 0.3.17 | Jun 10, 2026 |
| 0.3.13 | Jun 1, 2026 |
| 0.3.12 | May 30, 2026 |
| 0.3.7 | May 27, 2026 |
| 0.3.5 | Apr 22, 2026 |
| 0.3.3 | Apr 20, 2026 |
| 0.3.2 | Apr 19, 2026 |
| 0.3.0 | Apr 12, 2026 |
| 0.2.16 | Apr 6, 2026 |
| 0.2.10 | Mar 29, 2026 |
| 0.2.9 | Mar 27, 2026 |
| 0.2.7 | Mar 24, 2026 |
| 0.2.6 | Mar 20, 2026 |
| 0.1.68 | Mar 19, 2026 |
| 0.1.64 | Mar 19, 2026 |
| 0.1.63 | Mar 18, 2026 |
| 0.1.62 | Mar 16, 2026 |
| 0.1.59 | Mar 14, 2026 |
| 0.1.57 | Mar 13, 2026 |
| 0.1.55 | Mar 10, 2026 |
| 0.1.51 | Mar 8, 2026 |
| 0.1.49 | Mar 8, 2026 |
| 0.1.48 | Mar 8, 2026 |
| 0.1.47 | Mar 8, 2026 |
| 0.1.46 | Mar 7, 2026 |
| 0.1.45 | Mar 6, 2026 |
| 0.1.43 | Mar 6, 2026 |
| 0.1.42 | Mar 6, 2026 |
| 0.1.41 | Mar 6, 2026 |
| 0.1.40 | Mar 6, 2026 |
| 0.1.39 | Mar 4, 2026 |
| 0.1.38 | Mar 4, 2026 |
| 0.1.37 | Mar 4, 2026 |
| 0.1.36 | Mar 4, 2026 |
| 0.1.35 | Mar 4, 2026 |
| 0.1.34 | Mar 2, 2026 |
| 0.1.30 | Mar 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains AIquila — Nextcloud MCP Server?
- AIquila — Nextcloud MCP Server is maintained by elgorro, which publishes 1 MCP server (43 total versions) tracked on MCP Toplist.
- Is AIquila — Nextcloud MCP Server listed on the Official MCP Registry?
- Yes — AIquila — Nextcloud MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does AIquila — Nextcloud MCP Server have?
- MCP Toplist tracks 43 versions of AIquila — Nextcloud MCP Server, most recently published on Sep 13, 2026.
- Where can I find the source code for AIquila — Nextcloud MCP Server?
- The source code for AIquila — Nextcloud MCP Server is hosted at github.com/elgorro/aiquila/tree/HEAD/mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.