trackmcp
Back to directory
douglarek

unsplash-mcp-server

View on GitHub

🔎 A MCP server for Unsplash image search.

11 stars GoOthers Updated May 6, 2026
mcp-servermcp-go

Documentation

Unsplash MCP Server

smithery badge

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

Usage

Before building, you must install go 1.24+ first.

bash
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:

json
{
  "mcpServers": {
    "unsplash": {
      "command": "/cmd/server/unsplash-mcp-server",
      "args": [],
      "env": {
        "UNSPLASH_ACCESS_KEY": ""
      }
    }
  }
}

Frequently asked questions

What is unsplash-mcp-server?

unsplash-mcp-server is 🔎 A MCP server for Unsplash image search.

How do I install unsplash-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is unsplash-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/douglarek/unsplash-mcp-server and has 11 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP