A CalDAV MCP server to expose calendar operations as tools for AI assistants.
🗓️ A CalDAV Model Context Protocol (MCP) server to expose calendar operations as tools for AI assistants.
{
"mcpServers": {
...,
"calendar": {
"command": "npx",
"args": [
"caldav-mcp"
],
"env": {
"CALDAV_BASE_URL": "<CalDAV server URL>",
"CALDAV_USERNAME": "<CalDAV username>",
"CALDAV_PASSWORD": "<CalDAV password>"
}
}
}
}
npx tsc
node index.js
Creates a new calendar event.
Parameters:
summary
: String - Event title/summarystart
: DateTime string - Event start timeend
: DateTime string - Event end timeReturns:
Lists events within a specified timeframe.
Parameters:
start
: DateTime string - Start of the timeframeend
: DateTime string - End of the timeframeReturns:
MIT
A server that enables access to Joplin notes and to-dos through the Model Context Protocol (MCP).
Product‑discovery and strategy platform integration. Create, query and update opportunities, solutions, outcomes, requirements and feedback from any MCP‑aware LLM.
MCP server that connects to the whole Microsoft 365 suite (Microsoft Office, Outlook, Excel) using Graph API (including mail, files, calendar)
Monitor team productivity, usage, and spending for AI assistants using the Cursor Admin API.
A simple calculator server for performing basic arithmetic operations.
An MCP server for integrating with the Planfix project management and CRM platform.
Schedule meetings in Microsoft Outlook using the Microsoft Graph API.
Notion official MCP server
A command-line tool to fetch Google Calendar schedules and convert them into custom prompts or text snippets using a template engine.
An MCP server for managing tasks with the command-line tool TaskWarrior.