← Back to Plugins
MCP Server MCP

AIquila — Nextcloud MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://{hostname}/mcp",
      "variables": {
        "hostname": {
          "description": "Hostname of your self-hosted AIquila MCP server (e.g. mcp.example.com). Authenticates via OAuth 2.0 (PKCE); clients discover the flow via the server's protected-resource metadata.",
          "isRequired": true
        }
      }
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "aiquila-mcp",
      "version": "0.4.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of your Nextcloud instance (e.g. https://cloud.example.com)",
          "isRequired": true,
          "name": "NEXTCLOUD_URL"
        },
        {
          "description": "Nextcloud username",
          "isRequired": true,
          "name": "NEXTCLOUD_USER"
        },
        {
          "description": "Nextcloud app password (generate in Nextcloud Security settings)",
          "isRequired": true,
          "isSecret": true,
          "name": "NEXTCLOUD_PASSWORD"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/elgorro/aiquila-mcp:0.4.2",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of your Nextcloud instance (e.g. https://cloud.example.com)",
          "isRequired": true,
          "name": "NEXTCLOUD_URL"
        },
        {
          "description": "Nextcloud username",
          "isRequired": true,
          "name": "NEXTCLOUD_USER"
        },
        {
          "description": "Nextcloud app password (generate in Nextcloud Security settings)",
          "isRequired": true,
          "isSecret": true,
          "name": "NEXTCLOUD_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm oci

Comments

Sign in to leave a comment

Loading comments...