Skip to main content
Search & Data ExtractionPython

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.

search-data-extractioncloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/joelio/stocky

Claude Desktop configuration example:

{
  "mcpServers": {
    "stocky": {
      "command": "npx",
      "args": [
        "-y",
        "joelio/stocky"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
Python
Author
joelio