Unsplash MCP Server
An MCP server for accessing the Unsplash API to search for and retrieve photos.
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 Servers
Cloudflare MCP Server
Deploy a remote, authentication-free MCP server on Cloudflare Workers.
Claude-NWS Protocol Bridge
Integrates the US National Weather Service API to provide real-time weather data and forecasts.
GCP Tools MCP Server
Automate Google Cloud Platform infrastructure setup and GitHub repository configuration for cloud-native projects.
Ankr API MCP Server
Access blockchain data using the Ankr API.
Modal MCP Toolbox
A collection of Model Context Protocol (MCP) tools that run on the Modal cloud platform.
Autumn MCP Server
An unofficial MCP server for the Autumn pricing API to manage customers, entitlements, invoices, and billing portal links.
YouTube MCP
Manage YouTube videos, create Shorts, and get analytics using the YouTube API.
Alpha Vantage
Access Alpha Vantage financial data APIs to get real-time and historical stock data, forex rates, and cryptocurrency information.
commercetools MCP Essentials
An MCP server and toolkit for integrating with the commercetools platform APIs.
MCP Spotify AI Assistant
An AI assistant that controls Spotify features like playback, playlists, and search using the Model Context Protocol (MCP).