Loading MCP server directory, please wait...
MCP server for Nextcloud: file management, search, calendar, contacts, and system status.
npx @getmcp/cli add io.github.elgorro/aiquila-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
NEXTCLOUD_URLURL of your Nextcloud instance (e.g. https://cloud.example.com)
NEXTCLOUD_USERNextcloud username
NEXTCLOUD_PASSWORDNextcloud app password (generate in Nextcloud Security settings)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.elgorro/aiquila-mcp": {
"command": "npx",
"args": [
"-y",
"aiquila-mcp"
],
"env": {
"NEXTCLOUD_URL": "",
"NEXTCLOUD_USER": "",
"NEXTCLOUD_PASSWORD": ""
}
}
}
}