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.
「その他」の他のコンテンツ
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Nginx UI
0xJackyYet another WebUI for Nginx
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
コメント