← Back to browse

Stock Image MCP

Indexed by io.github.Hasilt

About

Search and download stock images from Unsplash, Pexels, Pixabay, Freepik, StockVault, and Burst

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsUNSPLASH_ACCESS_KEY PEXELS_API_KEY PIXABAY_API_KEY FREEPIK_API_KEY STOCKVAULT_API_KEY DEFAULT_PROVIDER
Claude Code
claude mcp add --env UNSPLASH_ACCESS_KEY= --env PEXELS_API_KEY= --env PIXABAY_API_KEY= --env FREEPIK_API_KEY= --env STOCKVAULT_API_KEY= --env DEFAULT_PROVIDER= images-mcp -- uvx stock-image-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"images-mcp","command":"uvx","args":["stock-image-mcp"],"env":{"UNSPLASH_ACCESS_KEY":"","PEXELS_API_KEY":"","PIXABAY_API_KEY":"","FREEPIK_API_KEY":"","STOCKVAULT_API_KEY":"","DEFAULT_PROVIDER":""}}'
JSON
{
  "mcpServers": {
    "images-mcp": {
      "command": "uvx",
      "args": [
        "stock-image-mcp"
      ],
      "env": {
        "UNSPLASH_ACCESS_KEY": "",
        "PEXELS_API_KEY": "",
        "PIXABAY_API_KEY": "",
        "FREEPIK_API_KEY": "",
        "STOCKVAULT_API_KEY": "",
        "DEFAULT_PROVIDER": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.