mcp-server-apple-calendar
If you are the rightful owner of mcp-server-apple-calendar and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This MCP server facilitates the creation of calendar events using clients like Claude.
MCP Server for apple calendar
This is a simple mcp-server that allows you to use claude or other client to generate a calendar event.
How to use
Install dependencies and build
pnpm i
pnpm build
Inpesctor tool
pnpm inspector
MCP Server configration
Replace the args
with your own path
{
"mcpServers:": {
"mcp-server-apple-calendar": {
"command": "node",
"args": "./build/index.js"
}
}
}
Example
Enjoy and Have fun!