Use PinSuite from your AI assistant

Connect PinSuite to Claude, Codex CLI, Cursor, ChatGPT, and any other tool that speaks MCP. Save Pinterest pins, boards, and Instagram posts without leaving the chat.

Get started free Developer docs
Claude Desktop
Claude Code
Codex CLI
Codex IDE
Cursor
ChatGPT

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" — no tab-switching, 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.

ToolWhat it doesPlan
save_urlSave a Pinterest pin / board / section / profile or Instagram post.Paid
preview_urlPreview the media at a URL without saving.Free
confirm_saveSave selected items from a previous preview.Paid
list_libraryBrowse your saved library with search + filter.Free
get_collectionGet a board's metadata and its pins.Free
export_collectionQueue a board export as zip / csv / html / json / pdf.Paid
get_export_statusPoll an export and get the download URL when ready.Free
get_usageCheck quota usage and current plan.Free
get_subscriptionSee plan, status, renewal date.Free
who_am_iConfirm 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 Developer docs →