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

Installation

npx -y stocky

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub