# Pinterest MCP for AI Agents AI Agent Connect

> Pinterest MCP lets you manage your entire visual discovery presence through your AI client. Audit boards, organize pins, and create new content without ever opening the Pinterest dashboard. It turns your visual library into a searchable database, allowing you to curate your inspiration or manage brand assets through simple conversation. Stop clicking and start talking to your boards.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_TPbWTOPgGF8gmwWxgiutr6IOyvlM4jDnUbkp8ub4/ai-agent-connect
- **Tags:** visual-discovery, content-scheduling, audience-engagement, digital-marketing, board-management

## Description

This Pinterest MCP turns your account into a direct extension of your AI agent. Instead of hunting through boards or manually clicking buttons to organize your inspiration, you can just tell your agent what you need. It handles the heavy lifting of content curation and library maintenance. If you're managing a brand's visual identity or just trying to keep your personal hobby boards from becoming a mess, this connection lets you treat your visual assets like a searchable database. You can ask your agent to find specific types of pins, delete outdated content, or set up new categories in seconds. It's about moving from manual clicking to natural conversation. Vinkius makes it easy to plug this into your existing setup so your agent can take over the tedious parts of visual organization. You get a clean, organized profile that actually reflects your current goals without the headache of manual upkeep. You no longer have to worry about the friction of manual data entry or the time sink of manual audits. Whether you are building a mood board for a new project or managing a high-traffic marketing account, this connection ensures your visual data stays structured and accessible. You can focus on the creative side of your work while your agent handles the organizational logistics of your Pinterest profile.

## Tools

### remove_board
Delete a board

### create_new_pin
Required media_source must be provided as JSON.

Post new pin

### remove_pin
Delete a pin

### get_account_performance
Check account stats

### get_board_info
Get board metadata

### get_profile_info
Get account info

### get_pin_performance
Check pin stats

### get_pin_details
Get pin info

### list_top_performing_pins
List best pins

### list_pins_on_board
List board pins

### create_board
Create a new board. This lets you build new categories for your pins instantly. It saves you from navigating the web UI.

### list_boards
List all boards for the authenticated user. See every board you have in one go. This is great for auditing your whole profile.

## Prompt Examples

**Prompt:** 
```
List all my boards and tell me which ones have the most content.
```

**Response:** 
```
I've retrieved your boards. Here is the current count for each:

| Board Name | Pin Count |
| :--- | :--- |
| **Travel Goals** | 45 |
| **Recipes** | 22 |
| **Home Decor** | 12 |
| **Minimalist Style** | 8 |
| **Garden Ideas** | 3 |

Would you like to see the specific pins in one of these?
```

**Prompt:** 
```
Create a new board called 'Minimalist Interior' and add a pin for 'Scandi Style' with a link to my site.
```

**Response:** 
```
Done! I've created your new board:
* **Board Name:** Minimalist Interior
* **Status:** Active

I also added your first pin:
* **Title:** Scandi Style
* **Link:** [Your Link]
Your board is ready for more content.
```

**Prompt:** 
```
Show me all the pins in my 'Home Decor' board.
```

**Response:** 
```
I found 12 pins in your **Home Decor** board. Here are some highlights:
* Modern Kitchen
* Minimalist Living Room
* Mid-century Sideboard
* Farmhouse Dining Table

Would you like the direct links for any of these?
```

## Capabilities

### Create new boards
Generate fresh categories for your visual content instantly.

### Make new pins
Publish new content with titles, descriptions, and links directly through your chat.

### Audit pin libraries
Scan specific boards to see exactly what content is inside.

### Delete old content
Remove pins or boards that no longer fit your aesthetic or strategy.

### View account details
Retrieve your profile information to keep your account data organized.

## Use Cases

### Cleaning a messy board
A curator has a board with 500 pins and needs to remove anything not related to architecture. They ask the agent to list pins and delete the ones that don't match.

### Rapid content publishing
A marketer needs to pin 20 new products to a Summer Sale board. They give the agent a list of links and titles to create the pins automatically.

### New category setup
A designer is starting a new project and needs 5 new boards for different color palettes. They ask the agent to create them all in one go.

### Audit for brand consistency
A brand manager asks the agent to list all boards and check the descriptions to ensure they match the new brand guidelines.

## Benefits

- Keep your profile tidy by using delete_pin and delete_board to remove outdated content without manual searching.
- Publish content faster by using create_pin to add new items with titles and links directly from your chat.
- Audit your entire collection quickly with list_boards and list_pins to see what you actually have saved.
- Organize new projects immediately by using create_board to build categories as your ideas happen.
- Verify your account status and profile data using get_me to ensure your agent has the right access.
- Access specific board details using get_board to keep your metadata accurate and searchable.

## How It Works

The bottom line is you get a way to talk to your Pinterest account instead of clicking through a complex web interface.

1. Subscribe to the Pinterest MCP on Vinkius.
2. Enter your Pinterest Access Token into your client settings.
3. Ask your agent to list, create, or audit your boards and pins.

## Frequently Asked Questions

**Can the Pinterest MCP help me organize my boards?**
Yes, it lets your agent list all your current boards and see their details so you can reorganize your profile quickly.

**How does the Pinterest MCP handle new content?**
You can have your agent create new pins with titles and links directly through a chat, saving you from the manual upload process.

**Can I use the Pinterest MCP to delete old stuff?**
Absolutely. Your agent can remove specific pins or entire boards that you no longer need to keep your feed clean.

**Is the Pinterest MCP good for marketing?**
It's great for content marketers who need to quickly check if links are live or populate boards with new product pins.

**Does the Pinterest MCP work with my current AI client?**
Yes, it connects to any MCP-compatible client like Claude or Cursor so you can manage your boards from your favorite workspace.

**Can I audit my visual library with the Pinterest MCP?**
You can ask your agent to list pins for specific boards to get a clear overview of what you've saved.

**How do I find my Pinterest Access Token?**
Go to the [**Pinterest App Console**](https://developers.pinterest.com/apps/), create an App, and generate a token with the necessary scopes (boards:read, pins:read, pins:write, etc.). Copy and paste it below.

**Can the agent create new boards?**
Yes. Use the `create_board` tool providing a name and optional description. Your agent will create the board and return its unique ID instantly.

**Is it possible to pin from an image URL?**
Yes. The `create_pin` tool requires a `media_source_url`. Your agent will use this URL to generate the pin on your target board.

**Can my AI automatically find the top-performing pins for a specific date range?**
Yes! Use the `get_top_pins_analytics` tool. Provide the start and end dates along with a sort criteria (like 'IMPRESSION'), and your agent will respond with complete metadata for your best content in seconds.

**How do I find my Pinterest OAuth Access Token?**
Log in to the [**Pinterest Developer Portal**](https://developers.pinterest.com/), create an application, and use the 'Token Generator' or perform the OAuth 2.0 flow to obtain your secret access token.