Skip to main content
ClaudeWave

Give AI agents and LLMs access to the Reletter API.

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/getreletter/reletter-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "reletter-mcp": {
      "command": "node",
      "args": ["/path/to/reletter-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/getreletter/reletter-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Reletter MCP Server

Give AI agents and LLMs access to newsletter data from [Reletter](https://reletter.com). Search 7M+ email newsletters across **Substack**, **LinkedIn**, **Ghost**, **Beehiiv**, and **Kit**. Fetch metadata, contacts, issues, and chart rankings.

This is a remote Model Context Protocol (MCP) server that connects AI assistants like Claude, ChatGPT, and Cursor to the [Reletter API](https://reletter.com/developers).

## Use cases

- **Read and analyze newsletter issues** — pull the full body text of any indexed issue into your AI workflow
- **Search and discover newsletters** — find newsletters by topic, platform, or audience size
- **Find newsletters to pitch** — get your product, tool, or book featured. Filter by audience size, topic, or platform, then pull verified contact emails in one pass
- **Build sponsorship, cross-promotion, and PR target lists** — pull verified contacts and export them to your CRM
- **Monitor brand or keyword mentions** — track when your brand, competitors, or clients are mentioned across newsletters
- **Track chart rankings** — daily Substack / LinkedIn / Kit / Reletter chart data

## Tools

- **search_publications** — Search for newsletters by topic, title, or author with filters
- **search_issues** — Full-text search across newsletter issue bodies
- **autocomplete** — Suggested keywords and matching newsletters for a partial query
- **get_publication** — Full metadata for a newsletter (subscribers, engagement, social, rankings, SEO reach)
- **list_issues** — Recent issues for a publication
- **get_issue** — A single issue with body text
- **contacts** — Email contacts, contact pages, social accounts for a newsletter
- **chart_categories** — Available chart platforms and categories
- **chart_rankings** — Latest chart rankings for a platform / category
- **list_languages** — Reference list of languages
- **index_stats** — Global Reletter index stats
- **api_quota** — Your API request quota and usage for the month

## Setup

You need a Reletter API key. [Get one here](https://reletter.com/developers).

For autonomous agents that want to provision a key without a human in the loop, Reletter implements the [Machine Payments Protocol](https://mpp.dev). Hit `POST https://api.reletter.com/api/payments/buy/` to get a 402 challenge, pay with a Stripe Shared Payment Token or with USDC on Tempo, and the response carries an API key tied to a freshly-provisioned account. Current bundle tiers: `GET https://api.reletter.com/api/payments/bundles/`. See https://reletter.com/llms-full.txt for the full flow.

### ChatGPT

1. Go to **Settings** → **Apps** → **Advanced settings** and enable **Developer mode**
2. Click **Create app**
3. Enter Name: `Reletter`
4. Enter MCP Server URL: `https://mcp.reletter.com`
5. Click **Create** and enter your Reletter API key when prompted

### Claude.ai

1. Go to **Settings** → **Connectors**
2. Click **Add custom connector** and enter name `Reletter` and MCP server URL `https://mcp.reletter.com`
3. Click **Add** and enter your Reletter API key when prompted

### Claude Desktop

Add to your config file and restart Claude Desktop:

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

```json
{
  "mcpServers": {
    "reletter": {
      "url": "https://mcp.reletter.com"
    }
  }
}
```

### Claude Code

Add to your project's `.mcp.json`:

```json
{
  "mcpServers": {
    "reletter": {
      "type": "http",
      "url": "https://mcp.reletter.com"
    }
  }
}
```

### Cursor

Go to **Settings** → **MCP** → **Add new MCP server**. Set type to **URL** and enter `https://mcp.reletter.com`.

---
<details>
<summary><h3>Development</h3></summary>

If you want to fork or customize this MCP server for your own needs, here is how you can run or deploy it.

### Prerequisites

- Node.js
- A [Cloudflare account](https://dash.cloudflare.com) (for deployment)

### Local dev

```bash
npm install
npm start
```

The server runs at `http://localhost:8789`. Test with the MCP Inspector:

```bash
npx @modelcontextprotocol/inspector@latest
```

### Type-check

```bash
npm run type-check
```

### Regenerate Cloudflare types

After changing `wrangler.jsonc`:

```bash
npm run cf-typegen
```

</details>

Lo que la gente pregunta sobre reletter-mcp

¿Qué es getreletter/reletter-mcp?

+

getreletter/reletter-mcp es mcp servers para el ecosistema de Claude AI. Give AI agents and LLMs access to the Reletter API. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala reletter-mcp?

+

Puedes instalar reletter-mcp clonando el repositorio (https://github.com/getreletter/reletter-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar getreletter/reletter-mcp?

+

getreletter/reletter-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene getreletter/reletter-mcp?

+

getreletter/reletter-mcp es mantenido por getreletter. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a reletter-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega reletter-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: getreletter/reletter-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/getreletter-reletter-mcp)](https://claudewave.com/repo/getreletter-reletter-mcp)
<a href="https://claudewave.com/repo/getreletter-reletter-mcp"><img src="https://claudewave.com/api/badge/getreletter-reletter-mcp" alt="Featured on ClaudeWave: getreletter/reletter-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a reletter-mcp