Unsplash MCP server provides image search functionality. It connects to Unsplash's API to fetch photos, collections, and user data. Developers use it to integrate Unsplash's image library into applications, enabling search by keywords, collections, or user uploads.
Unsplash MCP server provides image search functionality. It connects to Unsplash's API to fetch photos, collections, and user data. Developers use it to integrate Unsplash's image library into applications, enabling search by keywords, collections, or user uploads.
pip install unsplash-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"hellokaton-unsplash-mcp-server-github": {
"command": "uvx",
"args": [
"pip install unsplash-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from unsplash?"
API Key Required
This server requires an API key from unsplash. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| UNSPLASH_API_KEY | Yes | Your unsplash API key |
"What resources are available in unsplash?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in unsplash"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in unsplash with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.