# Use PinSuite from Claude, Codex, Cursor — Native AI Integration

> Connect PinSuite to Claude, Codex CLI, ChatGPT, Cursor and any MCP client. Save Pinterest boards, pins, and Instagram posts directly from your AI assistant.

Canonical: https://pinsuite.app/integrations

---

## Why use PinSuite from an AI assistant?

### Save without context-switching

Browsing Pinterest in a research chat? Tell Claude "save this board to my library" with no tab-switching and no extension prompts.

### Bulk operations as one sentence

"Save these five boards and export them all to PDFs" is one MCP conversation instead of ten clicks across two apps.

### Built on open standards

PinSuite exposes a standard MCP server with OAuth 2.1. Works with any compliant client today, and any new client tomorrow.

## How it works

1

### Sign in to PinSuite

Free account works. Paid is only required for downloads and exports.

2

### Add the connector in your AI tool

Paste `https://pinsuite.app/mcp`
in Claude's connector list or run `claude mcp add`.

3

### Use it from any chat

Your assistant can now save URLs, browse your library, and queue exports on your behalf.

## What your AI can do

Ten MCP tools covering the core PinSuite workflow.

| Tool | What it does | Plan |
| --- | --- | --- |
| save\_url | Save a Pinterest pin / board / section / profile or Instagram post. | Paid |
| preview\_url | Preview the media at a URL without saving. | Free |
| confirm\_save | Save selected items from a previous preview. | Paid |
| list\_library | Browse your saved library with search + filter. | Free |
| get\_collection | Get a board's metadata and its pins. | Free |
| export\_collection | Queue a board export as zip / csv / html / json / pdf. | Paid |
| get\_export\_status | Poll an export and get the download URL when ready. | Free |
| get\_usage | Check quota usage and current plan. | Free |
| get\_subscription | See plan, status, renewal date. | Free |
| who\_am\_i | Confirm which PinSuite account is connected. | Free |

## One MCP URL, many clients

### Claude Desktop · Claude.ai

```
Settings → Connectors → Add custom connector
URL: https://pinsuite.app/mcp
```

Approves access via the OAuth consent screen.

### Claude Code

```
claude mcp add --transport http pinsuite https://pinsuite.app/mcp
```

### Codex CLI

```
codex mcp add --transport http pinsuite https://pinsuite.app/mcp
codex mcp login pinsuite
```

### Cursor

```
~/.cursor/mcp.json:
{
  "mcpServers": {
    "pinsuite": { "url": "https://pinsuite.app/mcp" }
  }
}
```

## Connect in under a minute

All you need is a free PinSuite account. Power features like board saves and
exports unlock with a paid plan.

[Get started free](/signin)
[Developer docs →](/docs/mcp)
