Calendar App MCP
@rygwdn
关于 Calendar App MCP
An MCP server for the macOS Calendar.app
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"calendar-app-mcp": {
"command": "uvx",
"args": [
"calendar-app-mcp",
"#",
"Automatically",
"runs",
"as",
"MCP",
"server",
"with",
"no",
"arguments"
]
}
}
}工具
8Retrieve events for a specific date range
Retrieve reminders for a specific date range
List all available calendars
Get a summary of today's events and reminders
Search for events and reminders containing a specific term
Get the current date and time in any timezone
Convert a time from one timezone to another
List available timezones, optionally filtered by region
概览
What is Calendar App MCP?
Calendar App MCP is an MCP (Model Context Protocol) server that provides access to macOS Calendar.app events and reminders for use with Claude and other AI assistants.
How to use Calendar App MCP?
Install from PyPI with pip install calendar-app-mcp or uv pip install calendar-app-mcp. Run it as an MCP server using uvx calendar-app-mcp or uvx calendar-app-mcp mcp. Once running, AI assistants like Claude can interact with your calendar data through the MCP protocol. You can also use it as a command-line tool with subcommands such as calendars, today, events, reminders, and all.
Key features of Calendar App MCP
- Access macOS Calendar.app events and reminders
- Filter by date range, calendar names, and all-day/busy status
- Format output as JSON or Markdown
- Secure, local access to calendar data
- MCP integration for AI assistants like Claude
Use cases of Calendar App MCP
- Ask Claude for a summary of today’s events and reminders
- Find free time slots for scheduling a meeting
- Search events and reminders containing a specific term
- List available calendars and their details
- Get the current time or convert times between timezones
FAQ from Calendar App MCP
What does Calendar App MCP require to run?
It requires macOS with Calendar.app installed, and the Python package installed via pip or uv.
How does Calendar App MCP access calendar data?
It accesses macOS Calendar.app data locally and securely on your machine without any external services.
Can I use Calendar App MCP with other AI assistants besides Claude?
Yes, it works with any AI assistant that implements the MCP protocol.
What output formats are available?
Output can be formatted as JSON (using the --json flag) or Markdown (default).
How do I run it as an MCP server?
Run uvx calendar-app-mcp or uvx calendar-app-mcp mcp from the command line to start the MCP server.
生产力 分类下的更多 MCP 服务器

Time
modelcontextprotocolModel Context Protocol Servers
🚀 Time MCP Server: Giving LLMs Time Awareness Capabilities
yokingma⏰ Time MCP Server: Giving LLMs Time Awareness Capabilities
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
MCP Shrimp Task Manager
cjo4m06Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning A
MCP Windows Desktop Automation
mario-andreschakA Model Context Protocol (MCP) server for Windows desktop automation using AutoIt.
评论