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
Remote MCP Server on Cloudflare
A remote MCP server running on Cloudflare Workers with OAuth login support.
Shopify MCP Server
Interact with your Shopify store's data using the GraphQL API.
AniList
AniList MCP server for accessing AniList API data
Tailscale MCP Server
Integrate with Tailscale's CLI and API for automated network management and monitoring.
Stripe
Interact with Stripe API
Cloudflare MCP Server
A template for deploying a remote MCP server on Cloudflare Workers without authentication.
Alibaba Cloud Ops
Integrates with Alibaba Cloud APIs to manage resources like ECS, Cloud Monitor, and OOS.
Cloudinary
Interact with Cloudinary's media management platform using natural language.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
Cyclops MCP
Manage Kubernetes applications safely by creating and updating Cyclops Modules for AI agents.