Ask Claude about your wardrobe, or have it plan your week, straight from the assistant you already use. Connecting an AI assistant is part of The Lookahead Pro.
The information goes to the company that makes your assistant, under your own account with them. Section 7.5 of our privacy policy has the full detail.
This takes about five minutes on a Mac or Windows computer.
Install uv, a small tool that runs the connector for you. On a Mac, open Terminal and paste:
curl -LsSf https://astral.sh/uv/install.sh | sh
On Windows, follow uv’s install guide.
Add The Lookahead to Claude Desktop. In Claude Desktop, open Settings → Developer → Edit Config and add:
{
"mcpServers": {
"lookahead": {
"command": "uvx",
"args": ["lookahead-mcp"]
}
}
}
If the file already has an mcpServers section, add just the "lookahead" entry inside it. Save, then quit and reopen Claude Desktop.
Ask Claude about your wardrobe, for example “What’s in my Lookahead wardrobe?” Claude will show you a code like ABCD-2345.
Enter the code in The Lookahead. Go to Settings → Connect an AI agent and type it in. The code works for 10 minutes.
Ask again. Tell Claude you’ve entered the code and ask your question again. You’re connected, and you won’t need a code again unless you disconnect.
which uvx in Terminal and use that full path as the "command".Still stuck? Email hello@thelookahead.app.
In The Lookahead, go to Settings → Connect an AI agent → Disconnect. Access stops straight away. To remove the connector from your computer too, delete the "lookahead" entry from Claude Desktop’s config and delete the .lookahead-mcp folder in your home folder.