@striderlabs/mcp-pinterest
Provides tools for searching pins, managing boards, saving pins, following users, and retrieving home feed and trending pins via Pinterest.
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., "@@striderlabs/mcp-pinterestsearch for vintage car restoration pins"
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.
@striderlabs/mcp-pinterest
MCP server connector for Pinterest — search pins, manage boards, save pins, and follow users via Playwright browser automation.
Installation
npm install @striderlabs/mcp-pinterestRelated MCP server: @striderlabs/mcp-youtube
Configuration
Set environment variables:
export PINTEREST_EMAIL="your-email@example.com"
export PINTEREST_PASSWORD="your-password"
export PINTEREST_HEADLESS="true" # Set to "false" to see browserTools
Tool | Description |
| Search for pins by query |
| Get detailed info about a pin |
| Get pins from a board |
| Get user's boards |
| Save a pin to a board |
| Create a new board |
| Follow a Pinterest user |
| Get personalized home feed |
| Get trending pins |
| Get your boards |
MCP Configuration
Add to your MCP config:
{
"mcpServers": {
"pinterest": {
"command": "npx",
"args": ["@striderlabs/mcp-pinterest"],
"env": {
"PINTEREST_EMAIL": "your-email",
"PINTEREST_PASSWORD": "your-password"
}
}
}
}License
MIT
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
- AlicenseNot gradedqualityDmaintenanceThis read-only MCP Server allows you to connect to Pinterest data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcp4MIT
- AlicenseAqualityDmaintenanceMCP server connector for YouTube — search videos, manage playlists, subscriptions, and watch history via Playwright browser automation.1016MIT
- 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
- AlicenseAqualityBmaintenanceMCP server for parsing, validating, classifying, and normalizing Pinterest URLs locally, supporting pins, profiles, boards, and ideas URLs across Pinterest country domains without network requests.342MIT
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.
MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram.
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/markswendsen-code/mcp-pinterest'
If you have feedback or need assistance with the MCP directory API, please join our Discord server