Skip to content
Loops

LoopsMCP Server

Released
v1.0.0

Summary

Loops' official remote MCP server — manage contacts, mailing lists, campaigns and transactional email in a Loops account from an agent, over OAuth.

Features

  • Remote HTTP server at mcp.loops.so — nothing to install or self-host
  • Browser OAuth sign-in instead of a pasted API key
  • Contacts, mailing lists and list membership
  • Campaigns and transactional email
  • Team and account information
  • Documented for Claude Code, Claude Desktop and Codex CLI v1.48.0+

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "Loops" tools will be available.
{
  "mcpServers": {
    "loops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.loops.so"
      ]
    }
  }
}

Description

Loops is email for SaaS companies: marketing campaigns, lifecycle loops and transactional sends against a contact list keyed on your product's users. Its official MCP server puts that account behind an agent, so adding a contact to a list, checking what a campaign did, or firing a transactional email becomes something you ask for rather than something you click through.

The server is remote and hosted by Loops at https://mcp.loops.so, speaking HTTP. Authentication is a browser OAuth sign-in to your Loops account rather than a pasted API key, so the grant is scoped to the account you are already signed into and can be revoked from Loops rather than by rotating a secret.

What it reaches

Contacts and their properties, mailing lists and membership, campaigns, transactional email, and team and account information. A quick way to confirm the connection is working is to ask which Loops teams you belong to — that answer only comes back once the OAuth grant is in place.

Clients

Loops documents Claude Code, Claude Desktop and the Codex CLI (v1.48.0 and later). Any other MCP client that speaks HTTP with OAuth will connect to the same endpoint, and mcp-remote bridges the ones that only do stdio.

Related MCP Servers

MCP: Fireflies.ai

by Fireflies.ai

New

Fireflies.ai's official remote MCP server — 19 tools for searching meeting transcripts and summaries, pulling action items and analytics, and cutting soundbites from recorded calls.

MCP: ClickUp

by ClickUp

New

ClickUp's official remote MCP server — around 40 tools across tasks, search, Docs, Chat and time tracking, over OAuth 2.1 with PKCE.

1 views

Zoom's official hosted MCP server — semantic meeting search, AI Companion summaries, transcripts, recordings, and cross-Zoom search over Team Chat, Canvas and My Notes.

3 views
Browse all MCP servers →