Skip to content
Grok

Shots for Bots for Grok

com.shotsforbots/shotsforbots-mcp

Search 3,790 photographs free; buy full-resolution originals with USDC over HTTP 402 (x402).

client:Grok transport:stdio runtime:npm

Install Shots for Bots 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": {
    "shotsforbots-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "shotsforbots-mcp"
      ],
      "env": {
        "SHOTSFORBOTS_PRIVATE_KEY": "<SHOTSFORBOTS_PRIVATE_KEY>",
        "SHOTSFORBOTS_MAX_PRICE_USD": "<SHOTSFORBOTS_MAX_PRICE_USD>",
        "SHOTSFORBOTS_DAILY_CAP_USD": "<SHOTSFORBOTS_DAILY_CAP_USD>",
        "SHOTSFORBOTS_OUT_DIR": "<SHOTSFORBOTS_OUT_DIR>"
      }
    }
  }
}

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

Shots for Bots in other clients