Allows for searching and downloading stock images from the Pexels platform, with support for filtering by orientation and count.
Enables searching and downloading stock images from Pixabay's collection of stock media.
Provides tools for searching and downloading high-quality stock images from the Unsplash library.
Stock Images MCP
An MCP (Model Context Protocol) server for searching and downloading stock images from Pexels, Unsplash, and Pixabay.
Features
search_images: Search across multiple stock image providers
download_image: Download images to local folder
Setup
Get API Keys (at least one required)
Pexels: https://www.pexels.com/api/
Unsplash: https://unsplash.com/developers
Pixabay: https://pixabay.com/api/docs/
Usage with Claude Code / Cursor
Add to your MCP config (~/.claude/mcp.json or ~/.cursor/mcp.json):
Usage with Docker
Tools
search_images
Search for stock images across configured providers.
Parameters:
query(required): Search termprovider: "pexels", "unsplash", "pixabay", or "all" (default: "all")count: Number of results per provider (default: 5, max: 20)orientation: "landscape", "portrait", or "square"
download_image
Download an image to local folder.
Parameters:
url(required): Image URLfilename: Output filename (auto-generated if omitted)folder: Destination folder (default: "./downloads")
License
MIT