Back to directory
hellokaton/unsplash-mcp-server

hellokaton/unsplash-mcp-server

@hellokaton

A simple MCP server for seamless Unsplash image integration and search capabilities.

unsplashimage-searchphotosapimcpserverpythontool

Installation & Configuration

{
  "mcpServers": {
    "unsplash": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "fastmcp",
        "fastmcp",
        "run",
        "./server.py"
      ],
      "env": {
        "UNSPLASH_ACCESS_KEY": "${YOUR_ACCESS_KEY}"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13