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.

What are the prerequisites for using the Pinterest MCP Server?

You need Node.js (v18 or higher) and Cursor IDE for MCP integration.

How can I configure the server to use a proxy?

You can set the proxy server using the --proxyServer command line option or the MCP_PINTEREST_PROXY_SERVER environment variable.

Can I use the server without installing it globally?

Yes, you can use the server via npx without global installation.

How do I set a custom download directory?

You can specify a custom download directory using the --downloadDir command line option or the MCP_PINTEREST_DOWNLOAD_DIR environment variable.

What file naming options are available for downloaded images?

You can customize the filename template using the --filenameTemplate option or the MCP_PINTEREST_FILENAME_TEMPLATE environment variable.