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 Developer docs →