# Claude Code + Pear MCP guide

Add Pear to Claude Code as a remote HTTP MCP server for Apple iCloud and Microsoft
365 Calendar, Tasks/Reminders, Contacts, and Mail workflows.

Server URL:

```text
https://pearmcp.com/api/mcp
```

## Setup

1. Create a Pear account and connect Apple iCloud or Microsoft 365.
2. Store a Pear API key in `PEAR_API_KEY`; do not commit it to a repository.
3. Register Pear at user scope:

```bash
claude mcp add --transport http --scope user \
  --header 'Authorization: Bearer ${PEAR_API_KEY}' \
  pear https://pearmcp.com/api/mcp
claude mcp list
```

If Claude Code starts OAuth for the remote server, complete the Pear browser flow from
the `/mcp` server-status panel instead of placing a token in project configuration.

Start with `pear_provider_status` or another read-only request. Review create, update,
send, move, or delete actions before execution.
