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.
Browsing Pinterest in a research chat? Tell Claude "save this board to my library" — no tab-switching, no extension prompts.
"Save these five boards and export them all to PDFs" is one MCP conversation instead of ten clicks across two apps.
PinSuite exposes a standard MCP server with OAuth 2.1. Works with any compliant client today, and any new client tomorrow.
Free account works — paid is only required for downloads and exports.
Paste https://pinsuite.app/mcp in Claude's connector list or run claude mcp add.
Your assistant can now save URLs, browse your library, and queue exports on your behalf.
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 |
Settings → Connectors → Add custom connector URL: https://pinsuite.app/mcp
Approves access via the OAuth consent screen.
claude mcp add --transport http pinsuite https://pinsuite.app/mcp
codex mcp add --transport http pinsuite https://pinsuite.app/mcp codex mcp login pinsuite
~/.cursor/mcp.json:
{
"mcpServers": {
"pinsuite": { "url": "https://pinsuite.app/mcp" }
}
}
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 →