Connect PinSuite to your AI assistant once, then save Pinterest boards, Instagram posts and whole web pages straight from the chat, with no tab switching and no extension prompts. Setup takes about a minute. Here is the whole thing, start to finish.
Browsing Pinterest in a research chat? Tell Claude "save this board to my library" with no tab-switching and 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. | Free |
| preview_url | Preview the media at a URL without saving. | Free |
| confirm_save | Save selected items from a previous preview. | Free |
| 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.
https://pinsuite.app/mcpclaude 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" }
}
}
The same steps in writing, in case you would rather read than watch, or you are somewhere you cannot play sound.
https://pinsuite.app/mcp. Paste it into the URL
field and confirm. Claude will send you to a PinSuite permission screen.
Using something other than Claude? The same address works in ChatGPT, Claude Code, Codex CLI and Cursor, and the setup for each is listed above. If a connection will not stick, the connection troubleshooting guide covers what usually causes it. Full technical detail is in the developer documentation.
All you need is a free PinSuite account, which covers your first 25 saves. Exports and saving beyond the free cap unlock with a paid plan.
Get started free Developer docs →