Back to MCP Servers
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.
search-data-extractionperformanceai
By joelio
Installation
npx -y stockyConfiguration
{
"mcpServers": {
"stocky": {
"command": "npx",
"args": ["-y", "stocky"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes