Loading languages...
UN

unsplash-mcp-server

@shariqriazz1

This project implements a Model Context Protocol (MCP) server that provides tools for interacting with the Unsplash API, allowing users to search for and download photos.

unsplash
photos
image-search
image-download

# mcpServer Config

{
  "unsplash-mcp-server": {
    "command": "npx",
    "args": [
      "-y",
      "unsplash-mcp-server"
    ],
    "env": {
      "UNSPLASH_ACCESS_KEY": "YOUR_UNSPLASH_ACCESS_KEY"
    },
    "disabled": false,
    "alwaysAllow": [
      "search_photos",
      "download_photo"
    ],
    "timeout": 3600
  }
}

# stdio

npx -y unsplash-mcp-server
Transport:
stdio
Idioma:
JavaScript
Creado:4/24/2025
Actualizado:4/25/2025