Skip to content

Commit 55565d0

Browse files
authored
Update README screenshots (#22)
* Updates screenshots in README
1 parent 079d196 commit 55565d0

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,21 @@
22

33
[![npm version](https://img.shields.io/npm/v/@iterable/mcp.svg)](https://www.npmjs.com/package/@iterable/mcp)
44

5-
![Iterable MCP Server Setup](images/iterable-mcp-setup.png)
5+
![Iterable MCP Server](images/iterable-mcp-server.png)
66

7+
Talk to your Iterable data using natural language. Ask questions or give instructions like *"How many campaigns did we send last week?"*, *"Show me my most recent templates"*, or *"Build me a beautiful email template that does the following..."* and get instant answers without writing code or navigating dashboards.
78

8-
With the new Iterable MCP server, you can now connect Iterable to your favorite AI tools like Cursor, Claude Desktop, Claude Code, Windsurf, Gemini CLI, and Antigravity!
9+
**Supported AI clients:**
10+
- [Cursor](https://cursor.com/)
11+
- [Claude Desktop](https://www.claude.com/download)
12+
- [Claude Code](https://github.com/anthropics/claude-code)
13+
- [Gemini CLI](https://github.com/google-gemini/gemini-cli)
14+
- [Windsurf](https://windsurf.com/)
15+
- [Antigravity by Google](https://antigravity.google/)
916

1017
## What is MCP?
1118

12-
MCP stands for Model Context Protocol. It's a new, open standard that lets AI tools (like Cursor or Claude Desktop) connect to external tools and APIs in a secure, structured way. MCP acts as a "bridge" between your AI app and platforms like Iterable, so you can ask questions or perform actions in plain English, and the AI translates those into safe API calls behind the scenes.
19+
[Model Context Protocol (MCP)](https://modelcontextprotocol.io/) is an open standard that lets AI assistants securely connect to external tools and APIs. This server acts as a bridge between your AI client and Iterable, translating natural language requests into safe API calls.
1320

1421
## Installation
1522

@@ -21,6 +28,9 @@ MCP stands for Model Context Protocol. It's a new, open standard that lets AI to
2128
npx @iterable/mcp setup
2229
```
2330

31+
![Iterable MCP Server Setup](images/iterable-mcp-server-setup.gif)
32+
33+
2434
To always use the latest version (auto-update on each restart), add `--auto-update`:
2535

2636
```bash
1.12 MB
Loading

images/iterable-mcp-server.png

3.11 MB
Loading

images/iterable-mcp-setup.png

-2.37 MB
Binary file not shown.

0 commit comments

Comments
 (0)