Ask AI
How can we help? πŸ‘‹

Connect Redreach to Claude

Add Redreach as a connector in Claude desktop, web or mobile, so your Reddit data is available everywhere you use Claude.

Claude is the most common way our customers use Redreach outside the dashboard. Connectors live on your Claude account rather than on one device, so adding Redreach once turns it on in the desktop app, on claude.ai and on your phone.

Β 

Add it as a connector

This is the recommended route and it takes about two minutes. Nothing to install.

Step 1: Open the connector settings

In the Claude desktop app or on claude.ai, go to Settings β†’ Connectors β†’ Add custom connector.

Step 2: Fill in the two fields

Field
Value
Name
Redreach
Remote MCP server URL
https://connect.redreach.ai/mcp
Notion image

Step 3: Continue

Click Next. Claude detects the Redreach sign-in automatically and shows Authentication: Always required Β· Detected.

Leave every other setting exactly as it is and save.

Β 
πŸ’‘

If Authentication does not say "Detected", the server address is usually the culprit. Check it reads exactly https://connect.redreach.ai/mcp, with no trailing slash and no missing characters.

Β 

Step 4: Connect and approve

Hit Connect on the Redreach row. A browser window opens on Redreach. Sign in if you are not already, click Approve, and you are done.

Step 5: Check it works

Start a new chat and ask:

List my Redreach projects

If your projects come back, everything is connected.

Β 

On Claude Team and Enterprise

An Owner adds the connector once under Organization settings β†’ Connectors. Every member then connects and approves individually with their own Redreach login.

That keeps permissions correct: each person sees exactly the Redreach projects they already have access to, and nobody inherits anyone else's.

Β 

Older Claude Desktop builds

If your Claude Desktop is too old to have custom connectors, you can edit its config file instead. This route is desktop only and does not sync to claude.ai or mobile.

Step 1: Open the config file

In Claude Desktop, go to Settings β†’ Extensions β†’ Advanced settings β†’ Edit Config. On older builds it sits under Settings β†’ Developer β†’ Edit Config.

Can't find the button? The file itself lives here:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Step 2: Paste in the server

Open it in any text editor. If the file is empty, or contains nothing but {}, replace everything with this:

{
  "mcpServers": {
    "redreach": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://connect.redreach.ai/mcp"]
    }
  }
}

Already running other MCP servers? Add just this entry inside the mcpServers block you already have:

"redreach": {
  "command": "npx",
  "args": ["-y", "mcp-remote", "https://connect.redreach.ai/mcp"]
}

Step 3: Restart Claude properly

Save the file, then quit Claude completely. That means ⌘Q on Mac, or the tray icon then Quit on Windows. Closing the window is not enough.

Open Claude again. On first start it opens your browser to sign in to Redreach.

Β 
πŸ’‘

This route runs a helper called mcp-remote through npx, so it needs Node.js on your machine. If the server fails to start, install Node from nodejs.org and restart Claude. The connector method above avoids this entirely.

Β 

What's next?

β†’ Next: What you can ask Redreach in your AI assistant for prompts that work.

Did this answer your question?
😞
😐
🀩