
Unsplash Server
🔎 A MCP server for Unsplash image search.
Installation
Installing for Claude Desktop
Manual Configuration Required
This MCP server requires manual configuration. Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
This will open your configuration file where you can add the Unsplash Server MCP server manually.
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>"
}
}
}
}
Related topics:
Details:
Stars
4Forks
2Last commit
1 month agoRepository age
2 monthsLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to Unsplash Server:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit