AI-powered FastMCP server for intelligent stock photo search, download, and attribution management from Unsplash
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"stock_photo": {
"env": {
"UNSPLASH_ACCESS_KEY": "your_api_key_here"
},
"args": [
"-Command",
"npx tsx path/to/unsplash-mcp/src/server.ts"
],
"command": "powershell",
"disabled": false
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Empower your AI agents with stunning visuals, zero hassle.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@drumnation/unsplash-smart-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @drumnation/unsplash-smart-mcp-server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in design
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
Swirl Design System AI package with artifacts for AI agents
GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools, LSP, DAP, screenshots.
shadcn/ui for Laravel Blade — discover, read and install BlatUI components, blocks and charts.
MCP Security Weekly
Get CVE alerts and security updates for Unsplash Smart Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Empower your AI agents with stunning visuals, zero hassle.
A powerful FastMCP server that enables AI agents to seamlessly search, recommend, and deliver professional stock photos from Unsplash with intelligent context awareness and automated attribution management.
In the landscape of visual content integration, our Unsplash Smart MCP Server stands out as the definitive solution for AI-powered image acquisition:
stock_photo tool that handles the entire image workflowgit clone https://github.com/drumnation/unsplash-smart-mcp-server.git
cd unsplash-smart-mcp-server
npm install
Configure your Cursor MCP settings:
~/.cursor/mcp.json%USERPROFILE%\.cursor\mcp.json~/.cursor/mcp.jsonAdd the following configuration:
{
"servers": {
"unsplash": {
"command": "npx",
"args": ["tsx", "src/server.ts"],
"cwd": "/absolute/path/to/unsplash-smart-
... [View full README on GitHub](https://github.com/drumnation/unsplash-smart-mcp-server#readme)