Connect Perfect Memory to Claude

This guide connects Perfect Memory to Claude over MCP so you can ask Claude about your screen history and meetings. The same connector URL works for both Claude Desktop and Claude Code — you just paste it in one and run a command in the other. New to MCP? Start with how it works.

1. Generate your connector URL

Sign in at perfectmemory.ai/account and find the Connect AI assistants (MCP) card. Click Generate token — you'll get a connector URL that looks like this:

https://www.perfectmemory.ai/api/mcp/u/<your-token>

Copy it now — the token is shown only once. Treat this URL like a password; anyone who has it can query your data until you rotate or revoke it from the same page.

2. Add it to Claude

Claude Desktop

  1. Open Settings → Connectors.
  2. Click Add custom connector.
  3. Paste your connector URL and save.
Claude Desktop’s Add custom connector dialog with the Perfect Memory connector URL pasted in

Claude Code

Run this in a terminal:

claude mcp add --transport http perfect-memory https://www.perfectmemory.ai/api/mcp/u/<your-token>

3. Turn on the MCP server in the app

On the PC running Perfect Memory, open Settings → Advanced and turn on “Enable MCP server”. Back on your account page, the status pill turns green (App connected) once the app is online. Searches only work while the app is running.

The “Enable MCP server” toggle in Perfect Memory’s Settings → AdvancedThe Connect AI assistants card on the account page showing a green “App connected” status pill

4. Ask Claude

Try something like “Search my screen history for the invoice from Acme” or “Summarize my last meeting about the launch.” Claude will call Perfect Memory and answer from your own data.

Troubleshooting