@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: LinkedIn MCP Server
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
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.
Latest Blog Posts
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