unsplash-mcp-server

unsplash-mcp-server

3.4

If you are the rightful owner of unsplash-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Unsplash MCP Server is a rewritten version of the original Unsplash MCP Server, utilizing the mark3labs/mcp-go library.

Unsplash MCP Server

A rewrite of the Unsplash MCP Server using the mark3labs/mcp-go library.

Usage

Before building, you must install go 1.24+ first.

git clone https://github.com/douglarek/unsplash-mcp-server.git
cd unsplash-mcp-server
make build

Cursor Editor Integration

To use this server in Cursor, you can add the following to your mcp.json file:

{
  "mcpServers": {
    "unsplash": {
      "command": "<source_dir>/cmd/server/unsplash-mcp-server",
      "args": [],
      "env": {
        "UNSPLASH_ACCESS_KEY": "<your_unsplash_access_key>"
      }
    }
  }
}