# Cursor + Pear MCP guide

Use Pear with Cursor by adding the hosted MCP endpoint to `.cursor/mcp.json`.

```json
{
  "mcpServers": {
    "pear": {
      "url": "https://pearmcp.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_PEAR_API_KEY"
      }
    }
  }
}
```

Use cases:

- Check your calendar before scheduling project work.
- Create reminders from TODO comments or implementation notes.
- Search mail or contacts while working in the editor.

