Skip to content

Connect Cursor to Pear MCP

Connect Cursor to Pear's hosted MCP server so your editor can work across Apple iCloud and Microsoft 365 Calendar, Tasks/Reminders, Contacts, and Mail while you code.

2 min setup AES-256 encrypted JSON config

1. Create your Pear account

Sign up at pearmcp.com, connect Apple iCloud or Microsoft 365, and create your Pear API key. Keep it in your local environment or password manager.

Sign Up Free

2. Add the MCP config

Add Pear from Cursor's global MCP settings. Do not paste a real Pear API key into this JSON file or commit credentials into a project repository.

{
  "mcpServers": {
    "pear": {
      "url": "https://pearmcp.com/api/mcp",
      "headers": {
        "Authorization": "Bearer ${env:PEAR_API_KEY}"
      }
    }
  }
}

Set PEAR_API_KEY in your local user environment outside the repo, then restart Cursor.

3. Start using it

In Cursor's AI chat, try asking it to use Pear's Calendar, Tasks/Reminders, Contacts, and Mail tools:

  • “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”
  • “Show unread mail about the release and draft a reply with next steps.”

What Pear unlocks inside Cursor

  • Read, create, reschedule, and delete calendar events without leaving the editor.
  • Create reminders tied to code reviews, deployments, QA checks, and follow-ups.
  • Search contacts, triage mail, and combine those with free-time search and meeting planning.
  • Use one hosted MCP endpoint instead of maintaining custom provider integrations per project.

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 hosted MCP tools and 50 API calls/month.

Get Started Free