Mcp Pinterest
@terryso
关于 Mcp Pinterest
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"pinterest": {
"command": "npx",
"env": {
"MCP_PINTEREST_DOWNLOAD_DIR": "/Users/xxx/Desktop/Images",
"MCP_PINTEREST_FILENAME_TEMPLATE": "pin_{imageId}_{timestamp}.{fileExtension}"
},
"args": [
"pinterest-mcp-server"
]
}
}
}工具
3Search for images on Pinterest by keyword
Get Pinterest image information
Search for images on Pinterest by keyword and download them
概览
What is Mcp Pinterest?
Mcp Pinterest is a Model Context Protocol (MCP) server that provides Pinterest image search and information retrieval. It integrates with Cursor IDE via MCP, enabling AI to search, inspect, and download Pinterest images programmatically.
How to use Mcp Pinterest?
Install via Smithery (npx -y @smithery/cli install mcp-pinterest --client claude) or clone the repository, run npm install and npm run build, then configure the built JavaScript file as an MCP server in Cursor IDE (either through the interface or by editing ~/.cursor/mcp.json). Use environment variables like MCP_PINTEREST_DOWNLOAD_DIR to control download paths, filename templates, and proxy settings.
Key features of Mcp Pinterest
- Pinterest image search by keyword
- Retrieve detailed image information
- Search and download images from Pinterest
- Headless browser mode support
- Configurable result limit and download directory
- Proxy server support for restricted regions
Use cases of Mcp Pinterest
- Searching for reference images during AI-assisted design or development
- Downloading Pinterest images for datasets or content curation
- Retrieving metadata about specific Pinterest pins when integrated with Cursor AI
FAQ from Mcp Pinterest
What are the runtime requirements for Mcp Pinterest?
Node.js v18 or higher is required, and Cursor IDE is needed for MCP integration.
How do I configure the download directory and filename template?
Set the environment variables MCP_PINTEREST_DOWNLOAD_DIR and MCP_PINTEREST_FILENAME_TEMPLATE. The default download directory is ../downloads relative to the server script, and the default filename template is pinterest_{imageId}.{fileExtension}.
Can I use a proxy to access Pinterest?
Yes, set the MCP_PINTEREST_PROXY_SERVER environment variable to an HTTP, HTTPS, SOCKS4, or SOCKS5 proxy URL (e.g., http://127.0.0.1:7890).
What MCP tools does the server expose?
It exposes pinterest_search, pinterest_get_image_info, and pinterest_search_and_download. Each accepts keyword, limit, and headless parameters as appropriate.
Is any authentication or API key required?
No authentication or API key is needed; the server uses a headless browser to access Pinterest.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论