# Unsplash API credentials # Get your API key at https://unsplash.com/developers UNSPLASH_ACCESS_KEY=your_unsplash_access_key_here # Server configuration (optional) PORT=3000 # Port for the server to listen on HOST=localhost # Host for the server # Attribution management (optional) ATTRIBUTION_DB_PATH= # Custom path for attribution database (default: ~/.unsplash-mcp) ENABLE_METADATA=true # Whether to embed metadata in images (default: true) # Default download directory (optional, defaults to ./downloads) DEFAULT_DOWNLOAD_DIR=./downloads