Three steps.
You are done.
Works with Claude Desktop, Cursor and Claude Code.
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"
}
}
}
} Paste it into your AI client
Open Claude Desktop → Settings → Developer → Edit Config.
Paste the config into the file. Save. Restart Claude Desktop.
Open Cursor → Settings → MCP Servers → Add new MCP server.
Select HTTP, enter the URL and your API key. Save.
In your project root create a file called .mcp.json and paste the config into it. Run claude in your terminal.
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.