Skip to main content
Glama
markswendsen-code

@striderlabs/mcp-pinterest

@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-pinterest

Related 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 browser

Tools

Tool

Description

search_pins

Search for pins by query

get_pin_details

Get detailed info about a pin

get_board

Get pins from a board

get_user_boards

Get user's boards

save_pin

Save a pin to a board

create_board

Create a new board

follow_user

Follow a Pinterest user

get_home_feed

Get personalized home feed

get_trending

Get trending pins

get_my_boards

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

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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 connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac agent

View all MCP Connectors

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