mcp-pinterest

mcp-pinterest

12

The Pinterest MCP Server is a Model Context Protocol server designed for image search and retrieval on Pinterest. It features integration with Cursor IDE, headless browser support, and allows for image downloading with customizable configurations. Its primary goal is to facilitate detailed Pinterest image data handling.

Pinterest MCP Server

A Model Context Protocol (MCP) server for Pinterest image search and information retrieval.

Features

  • Search for images on Pinterest by keywords
  • Retrieve detailed information about Pinterest images
  • Seamless integration with Cursor IDE through MCP
  • Support for headless browser mode
  • Limit control for search results
  • Search and download images from Pinterest

Prerequisites

  • Node.js (v18 or higher)
  • Cursor IDE for MCP integration

Installation

Using NPX (Recommended)

The easiest way to use Pinterest MCP Server is via npx.

Global Installation

To install the package globally and use it directly from the command line.

Installing via Smithery

To install mcp-pinterest for Claude Desktop automatically via Smithery.

Manual Installation

  1. Clone the repository and install dependencies.
  2. Build the server and run.

Configuring as MCP Server in Cursor

Configure as MCP server by adding server details in Cursor IDE.

Available MCP Functions

  • pinterest_search: Search for images by keyword
  • pinterest_get_image_info: Get detailed image information
  • pinterest_search_and_download: Search and download images

Usage

Configure by setting download directory, filename template, and proxy server using command line options or environment variables.