joelio/stocky
An MCP server for searching and downloading royalty-free stock photography from Pexels and Unsplash. Features multi-provider search, rich metadata, pagination support, and async performance for AI assistants to find and access high-quality images.
Quick Start
Clone the repository:
git clone https://github.com/joelio/stockyClaude Desktop configuration example:
{
"mcpServers": {
"stocky": {
"command": "npx",
"args": [
"-y",
"joelio/stocky"
]
}
}
}Check the repository README for specific installation and configuration instructions.