MCP Nextcloud Calendar
@Cheffromspace
About MCP Nextcloud Calendar
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-nextcloud-calendar": {
"command": "npx",
"args": [
"mcp-nextcloud-calendar"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Nextcloud Calendar?
MCP Nextcloud Calendar is a Model Context Protocol (MCP) server that integrates with Nextcloud Calendar, enabling AI assistants to manage calendars and events. It supports ADHD-friendly organization features and uses Streamable HTTP or legacy HTTP+SSE transports.
How to use MCP Nextcloud Calendar?
Run instantly with npx mcp-nextcloud-calendar or install via npm install mcp-nextcloud-calendar. Configure required environment variables (NEXTCLOUD_BASE_URL, NEXTCLOUD_USERNAME, NEXTCLOUD_APP_TOKEN) in an MCP client’s settings. The server exposes endpoints at /mcp (Streamable HTTP) and /sse + /messages (legacy).
Key features of MCP Nextcloud Calendar
- Fetch all accessible calendars from Nextcloud.
- Create, update, and delete calendars.
- Create, update, delete, and list events per calendar.
- Retrieve a single event by ID.
- ADHD-friendly organization fields (category, focusPriority).
Use cases of MCP Nextcloud Calendar
- An AI assistant manages a user’s Nextcloud calendar directly from a chat interface.
- Automatically create and update events with summaries, locations, and descriptions.
- Organize calendars with custom categories and focus priorities.
FAQ from MCP Nextcloud Calendar
How do I get a Nextcloud app token?
Go to Settings → Security → App Passwords in your Nextcloud instance, create a new app password, and copy the generated token.
What environment variables are required?
NEXTCLOUD_BASE_URL, NEXTCLOUD_USERNAME, and NEXTCLOUD_APP_TOKEN are required. PORT (default 3001) and KEEP_ALIVE_INTERVAL (default 30000 ms) are optional.
What MCP transports does MCP Nextcloud Calendar support?
It supports Streamable HTTP (endpoint /mcp) and legacy HTTP+SSE (endpoints /sse and /messages).
Can I update or delete calendars with MCP Nextcloud Calendar?
Yes, but these operations may require special permissions in your Nextcloud instance, and the tools are subject to Nextcloud’s permission system.
Is MCP Nextcloud Calendar production-ready?
It is currently in early development (version 0.1.x). APIs and tools may change without notice, and error handling for specific Nextcloud error codes is still being improved.
Frequently asked questions
How do I get a Nextcloud app token?
Go to Settings → Security → App Passwords in your Nextcloud instance, create a new app password, and copy the generated token.
What environment variables are required?
`NEXTCLOUD_BASE_URL`, `NEXTCLOUD_USERNAME`, and `NEXTCLOUD_APP_TOKEN` are required. `PORT` (default 3001) and `KEEP_ALIVE_INTERVAL` (default 30000 ms) are optional.
What MCP transports does MCP Nextcloud Calendar support?
It supports Streamable HTTP (endpoint `/mcp`) and legacy HTTP+SSE (endpoints `/sse` and `/messages`).
Can I update or delete calendars with MCP Nextcloud Calendar?
Yes, but these operations may require special permissions in your Nextcloud instance, and the tools are subject to Nextcloud’s permission system.
Is MCP Nextcloud Calendar production-ready?
It is currently in early development (version 0.1.x). APIs and tools may change without notice, and error handling for specific Nextcloud error codes is still being improved.
Basic information
More Productivity MCP servers
Lamda
firerpaAndroid Full-Stack Device Control Platform: WebRTC/H.264 remote desktop, UI/OCR/image-matching automation, one-click MITM, built-in Frida, proxy/VPN/frp/P2P networking, MCP/Agent, 160+ APIs, designed for multi-device clusters and engineered deployments.
🚀 TaskMaster: Todoist MCP for Cursor AI
mingolladanieleA lightweight Model Context Protocol (MCP) server that enables natural language interaction with your Todoist tasks directly from your IDE. Built with simplicity and maintainability in mind.
Swift MCP GUI Server
NakaokaReiMCP server that can execute commands such as keyboard input and mouse movement on macOS
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
applescript-mcp MCP Server
joshrutkowskiA macOS AppleScript MCP server
Comments