mcp-nextcloud-deck
Verified Safeby fastbs
Overview
Provides a programmatic interface for managing Nextcloud Deck kanban boards via the Model Context Protocol.
Installation
npm startEnvironment 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
backlog-mcp-server
This MCP server integrates Backlog API with AI agents like Claude to manage projects, issues, and wikis, providing a conversational interface for project management tasks.
nextcloud-mcp-server
Transforms a Nextcloud instance into a semantic intelligence engine, providing AI agents and semantic search capabilities.
mcp-github-project-manager
AI-powered GitHub Project Management, including automated roadmap generation, sprint planning, issue triaging, task breakdown, and comprehensive project workflow automation.
yandex-tracker-mcp
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with Yandex Tracker APIs for issue, queue, user, and workflow management.