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
PrestaShop MCP Server
A server for managing PrestaShop e-commerce stores through a unified product API.
fal-ai/minimax/image-01
Advanced text-to-image generation model using the fal.ai API. Requires a FAL_KEY environment variable.
Garmin MCP Server
Connects to Garmin Connect to expose your fitness and health data to MCP-compatible clients.
Cloudflare MCP Server
A template for deploying a remote MCP server on Cloudflare Workers without authentication.
Binance MCP Server
Interact with the Binance API to view portfolios, convert tokens, and execute trades with minimal market impact.
AWS MCP Server
Execute AWS CLI commands through the Model Context Protocol (MCP). Requires AWS credentials configured on the host.
MCP Kubernetes Server
Control Kubernetes clusters through interactions with Large Language Models (LLMs).
Satellite Tracking
Provides real-time satellite tracking data using the N2YO API.
Meta Ads MCP
Interact with the Meta Ads API to access, analyze, and manage advertising campaigns.
Alpha Vantage MCP Server
Provides real-time financial market data using the Alpha Vantage API.