Unsplash MCP Server for Cursor
io.github.hanoak/unsplash-mcp-server
MCP server for the Unsplash API: search & fetch photos with attribution + download tracking.
client:Cursor
transport:stdio
runtime:npm
Install Unsplash MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"unsplash-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hanoak/unsplash-mcp-server"
],
"env": {
"UNSPLASH_ACCESS_KEY": "<UNSPLASH_ACCESS_KEY>",
"UNSPLASH_APP_NAME": "<UNSPLASH_APP_NAME>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs