stock-images-mcp
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
Related MCP server: unsplash-mcp
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):
{
"mcpServers": {
"stock-images": {
"command": "npx",
"args": ["-y", "stock-images-mcp"],
"env": {
"PEXELS_API_KEY": "your-key-here",
"UNSPLASH_API_KEY": "your-key-here",
"PIXABAY_API_KEY": "your-key-here"
}
}
}
}Usage with Docker
docker build -t stock-images-mcp .
docker run -e PEXELS_API_KEY=xxx stock-images-mcpTools
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityFmaintenanceMCP server for searching images with GoogleLast updated25412MIT
- AlicenseAqualityDmaintenanceAn MCP server for searching and retrieving photos from Unsplash with proper attribution, designed for LLMs building content pages.Last updated313MIT
- AlicenseAqualityDmaintenanceAn MCP server to search for photos and videos on Pexels.Last updated322MIT
- FlicenseAqualityCmaintenanceAn MCP server that searches and downloads royalty-free images from Pixabay by keyword, with support for custom image size and safe search.Last updated1
Related MCP Connectors
MCP server for Flux AI image generation
MCP server for Google Veo AI video generation
MCP server for Wan AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jeanpfs/stock-images-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server