Connect Cursor to iCloud
Access your iCloud Calendar, Reminders, and Contacts directly from Cursor. Check your schedule while coding, create reminders for TODOs, or look up a colleague's email without leaving your editor.
1. Create your Pear account
Sign up at pearmcp.com, connect iCloud with an App-Specific Password, and copy your API key (pear_sk_...).
2. Add the MCP config
Create a .cursor/mcp.json file in your project root (or global config) with:
{
"mcpServers": {
"pear": {
"url": "https://pearmcp.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Replace YOUR_API_KEY with your Pear API key, then restart Cursor.
3. Start using it
In Cursor's AI chat, try:
- “Do I have any meetings in the next 2 hours?”
- “Create a reminder to deploy this PR by 5pm”
- “What's the email for the DevOps team lead?”
- “Schedule a code review session for Thursday afternoon”
Why Cursor + Pear?
Developers live in their editor. With Pear connected to Cursor, you don't need to context-switch to check your calendar or set a reminder. Ask Cursor's AI about your schedule between code completions — it's like having a personal assistant built into your IDE.
Ready to connect?
Free tier includes all 29 tools and 200 API calls/month.