SETUP
         

Three steps.
You are done.

         

Works with Claude Desktop, Cursor and Claude Code.

       
               
         
            1         
         
           

Get your API key

           

              Find it in your dashboard. It looks like fl_live_...           

                          OPEN DASHBOARD →                      
       
               
         
            2         
         
           

Copy this config

           

              Replace YOUR_API_KEY with the key from your dashboard.            

           
             
{
  "mcpServers": {
    "followloop": {
      "type": "http",
      "url": "https://followloop.app/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
           
         
       
               
         
            3         
         
           

Paste it into your AI client

           
             
CLAUDE DESKTOP
             

                Open Claude Desktop → Settings → Developer → Edit Config.
                Paste the config into the file. Save. Restart Claude Desktop.              

           
           
             
CURSOR
             

                Open Cursor → Settings → MCP Servers → Add new MCP server.
                Select HTTP, enter the URL and your API key. Save.              

           
           
             
CLAUDE CODE
             

                In your project root create a file called .mcp.json and paste the config into it. Run claude in your terminal.              

           
         
       
               
         
VERIFY IT IS WORKING
         

Ask your AI:

         

            "What MCP servers does Followloop have for email management?"          

         

            If it answers with specific tools, you are connected. If not, restart your AI client and check your API key.          

       
               
         
COMMON ISSUES
         
             
My AI says it cannot find Followloop
             
Restart your AI client — Claude Desktop and Cursor need a full restart to detect new MCP servers.
           
             
Authentication error
             
Check your API key is copied correctly — no extra spaces. Keys start with fl_live_
           
             
Config file does not exist
             
Create it. For Claude Desktop create claude_desktop_config.json at ~/Library/Application Support/Claude/ and paste the config as the entire file contents.
           
             
On Windows
             
The Claude Desktop config file is at %APPDATA%\Claude\claude_desktop_config.json — the config snippet is identical.
           
       
       
         
Still stuck?
          [email protected]