Skip to main content
Glama
TheNovaNodes

Nextcloud Control Plane MCP Server

by TheNovaNodes

Nextcloud Control Plane MCP Server

Model Context Protocol (MCP) server for managing and administering Nextcloud instances via dockerized OCC (php occ) commands in the nextcloud-app container.

Features

  • run_occ: Execute arbitrary Nextcloud OCC commands (docker exec -u www-data nextcloud-app php occ ...).

  • get_status: Retrieve Nextcloud instance health and status information (occ status).

  • get_trusted_domains: View all currently configured trusted domains.

  • add_trusted_domain: Safely append a new domain or IP address to Nextcloud's trusted_domains configuration.

  • optimize_db: Run database maintenance & optimization commands (db:add-missing-indices, db:add-missing-columns, db:add-missing-primary-keys, db:convert-filecache-bigint).

Related MCP server: Hetzner MCP Server

Prerequisites

  • Python 3.10+

  • Docker running on the host system with access to container nextcloud-app.

Installation & Setup

  1. Install dependencies:

    pip install -e .
  2. Run the MCP server:

    nextcloud-mcp-control

Configuration for Claude Desktop / Antigravity MCP

Add to your MCP configuration file (claude_desktop_config.json or mcp_config.json):

{
  "mcpServers": {
    "nextcloud-control": {
      "command": "python",
      "args": ["-m", "nextcloud_mcp_control.server"]
    }
  }
}
Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step.

  • Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…

  • Tailscale device, route, DNS, key, user, and ACL management over MCP and CLI.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheNovaNodes/nextcloud-mcp-control'

If you have feedback or need assistance with the MCP directory API, please join our Discord server