UnSplashPlusMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UNSPLASH_PLUS_HEADLESS | No | Set to '1' to run headless after interactive login. Default is unset. | |
| UNSPLASH_PLUS_OUTPUT_DIR | No | Directory for downloaded images. Default is ~/Downloads/unsplash-plus-mcp. | ~/Downloads/unsplash-plus-mcp |
| UNSPLASH_PLUS_TIMEOUT_MS | No | Timeout in milliseconds. Default is 30000. | 30000 |
| UNSPLASH_PLUS_LOGIN_ENTRY | No | Pass entry for login. Default is unsplash/login. | unsplash/login |
| UNSPLASH_PLUS_PROFILE_DIR | No | Chrome profile directory. Default is ~/Library/Application Support/unsplash-plus-mcp. | ~/Library/Application Support/unsplash-plus-mcp |
| UNSPLASH_PLUS_PASSWORD_ENTRY | No | Pass entry for password. Default is unsplash/password. | unsplash/password |
| UNSPLASH_PLUS_DIAGNOSTICS_DIR | No | Directory for diagnostics. Default is <profile>/diagnostics. | <profile>/diagnostics |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| unsplash_plus_loginA | Open the dedicated Chrome profile and sign in with credentials stored in pass. |
| unsplash_plus_continue_loginA | Re-check login after the user completes a CAPTCHA, MFA, consent, or verification step in Chrome. |
| unsplash_plus_statusA | Report browser and authentication state without exposing credentials. |
| unsplash_plus_searchB | Search the Unsplash website and return only results explicitly marked as Unsplash+. |
| unsplash_plus_getA | Open an Unsplash+ asset page and return its current metadata. |
| unsplash_plus_downloadB | Download an Unsplash+ image through the authenticated website UI and write an audit receipt. |
| unsplash_plus_logoutA | Clear Unsplash state from the dedicated browser profile and close Chrome. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool has a unique, non-overlapping role: login, login continuation for multi-step auth, status, search, get metadata, download, and logout. No two tools could be confused for one another.
All tools follow the consistent 'unsplash_plus_' prefix followed by a clear verb (login, status, search, get, download, logout). Even the compound 'continue_login' maintains the pattern.
With 7 tools, the set is well-scoped for a focused workflow of authenticated Unsplash+ access and downloading. Each tool is necessary and there is no bloat.
The tool surface covers the full lifecycle from login through authentication handling, status checking, searching, retrieving metadata, downloading, and logout. No critical gaps exist for the stated purpose.