Skip to content
Grok

Stock Image MCP for Grok

io.github.hasilt/images-mcp

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

client:Grok transport:stdio runtime:pypi

Install Stock Image MCP in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "images-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "stock-image-mcp"
      ],
      "env": {
        "UNSPLASH_ACCESS_KEY": "<UNSPLASH_ACCESS_KEY>",
        "PEXELS_API_KEY": "<PEXELS_API_KEY>",
        "PIXABAY_API_KEY": "<PIXABAY_API_KEY>",
        "FREEPIK_API_KEY": "<FREEPIK_API_KEY>",
        "STOCKVAULT_API_KEY": "<STOCKVAULT_API_KEY>",
        "DEFAULT_PROVIDER": "<DEFAULT_PROVIDER>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Stock Image MCP in other clients