pinterest-mcp
Allows AI agents to manage Pinterest boards and pins, including creating, updating, deleting, and bulk-creating pins, searching public pins, and retrieving pin and account analytics via the Pinterest API v5.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pinterest-mcpCreate a pin from https://example.com/pic.jpg titled 'Summer Sale' and link it to my store."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
pinterest-mcp
An MCP (Model Context Protocol) server for the Pinterest API v5.
Create pins, manage boards, and track analytics — all from an AI agent.
First open-source Pinterest MCP server.
Features
Tool | Description |
| Create a new Pin with image, title, description, and link |
| Edit an existing pin’s metadata |
| Remove a pin |
| Impressions, saves, link clicks, engagement rate |
| List your boards |
| Create a new board |
| List all pins on a board |
| Search public pins by keyword |
| Account-level metrics: impressions, saves, engagements |
| Create multiple pins in one call (rate-limited) |
| Trending searches and interests in a niche |
Related MCP server: pinterest-mcp-server
Installation
pip install pinterest-mcpOr run directly with uvx:
uvx pinterest-mcpAuthentication
Pinterest uses OAuth 2.0. You need a Pinterest Business account and a registered app.
Create an app at developers.pinterest.com
Add redirect URI:
http://localhost:8089/callbackCopy Client ID + Client Secret to
.env(see.env.template)Run the auth flow to generate your access token:
pinterest-mcp-authThis opens a browser, asks you to authorize, and saves your token to .pinterest_token.json.
MCP Client Setup
{
"mcpServers": {
"pinterest": {
"command": "uvx",
"args": ["pinterest-mcp"],
"env": {
"PINTEREST_CLIENT_ID": "your_client_id",
"PINTEREST_CLIENT_SECRET": "your_client_secret",
"PINTEREST_ACCESS_TOKEN": "your_access_token"
}
}
}
}Rate Limits
Pinterest API v5 rate limits for organic posting:
10 pins per minute per account
250 pins per day per account
bulk_create_pins automatically respects the per-minute limit.
Development
git clone https://github.com/clugtu/pinterest-mcp
cd pinterest-mcp
pip install -e ".[dev]"
pre-commit install
pytestThis repo uses pre-commit with ruff for linting and formatting. Install pre-commit if you don't have it:
pip install pre-commitThen run pre-commit install once to register the hooks — they'll run automatically on every git commit.
License
MIT — see LICENSE
Related
cults3d-mcp — Cults3D marketplace MCP server
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceEnables AI agents to manage LinkedIn profiles, posts, connections, skills, education, and certifications through the LinkedIn API.1817664MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with the Pinterest API, allowing management of boards and pins through natural language commands.9220MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to manage Pinterest boards and pins, create and update pins, and track analytics via the Pinterest API v5.4MIT
- FlicenseAqualityDmaintenanceAn MCP server that lets Claude interact with Pinterest — browsing, creating, and managing boards, pins, sections, and user profiles via the Pinterest API v5.15
Related MCP Connectors
Instagram for AI agents: publish, read comments and DMs, insights, and engage from your account.
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Yes526-tech/pinterest-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server