MCP Server
Active
MIT
io.github.aernouddekker/calendarmcp MCP Server
io.github.aernouddekker/calendarmcp
What is the io.github.aernouddekker/calendarmcp MCP server?
MCP server for macOS Calendar.app — calendar and event management via AppleScript
How to install io.github.aernouddekker/calendarmcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"calendarmcp": {
"command": "npx",
"args": [
"-y",
"@aernoud/calendarmcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"calendarmcp": {
"command": "npx",
"args": [
"-y",
"@aernoud/calendarmcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"calendarmcp": {
"command": "npx",
"args": [
"-y",
"@aernoud/calendarmcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"calendarmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aernoud/calendarmcp"
]
}
}
}Claude Code
claude mcp add calendarmcp -- npx -y @aernoud/calendarmcpRelated MCP servers
MCP server for macOS Contacts.app — contact management via AppleScript
3
View repository →TypeScript
MIT
MCP server for macOS FaceTime — initiate phone, FaceTime audio, and FaceTime video calls
3
View repository →TypeScript
MIT
MCP server for macOS Mail.app — gives Claude native email access via AppleScript
3
View repository →TypeScript
MIT
MCP server for macOS Numbers.app — spreadsheet access via AppleScript
3
View repository →TypeScript
MIT
MCP server for macOS printing — wraps CUPS (lp/lpstat/lpoptions) for printer discovery and printing
3
View repository →TypeScript
MIT
MCP server for macOS Reminders.app — list and reminder management via AppleScript
3
View repository →TypeScript
MIT