Back to Home
fastbs icon

mcp-nextcloud-deck

Verified Safe

by fastbs

Overview

Provides a programmatic interface for managing Nextcloud Deck kanban boards via the Model Context Protocol.

Installation

Run Command
npm start

Environment Variables

  • PORT
  • NEXTCLOUD_URL
  • NEXTCLOUD_USERNAME
  • NEXTCLOUD_PASSWORD

Security Notes

The server uses environment variables for Nextcloud credentials, which is good practice. Basic authentication is used for Nextcloud API calls; while the example configuration strongly implies HTTPS for NEXTCLOUD_URL, misconfiguration to HTTP would expose credentials in plaintext. Input validation for tool arguments is performed using Zod schemas, mitigating some injection risks. No 'eval', obfuscation, or obvious malicious patterns were found. The primary external security risk relies on the security of the connected Nextcloud instance and its API.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens750
Stars0
Forks0
Last Update2026-01-13

Tags

Nextcloud DeckKanbanTask ManagementMCP ServerAPI Wrapper