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
Gyazo
Integrate and search for images from your Gyazo account.
Meraki Magic MCP
A Python-based MCP server for Cisco's Meraki Dashboard, providing tools to query the API for discovering, monitoring, and managing your Meraki environment.
Speckle
Interact with Speckle, the collaborative data hub that connects with your AEC tools.
Exoscale
An MCP server for interacting with the Exoscale cloud platform.
Remote MCP Server (Authless)
An authless remote MCP server deployable on Cloudflare Workers.
AWS MCP Servers
Access AWS documentation, best practices, and service integrations via the Model Context Protocol.
Whalebone MCP Server
Provides access to the Whalebone cybersecurity API.
Snowflake Cortex AI
An MCP server for Snowflake providing tools for Cortex AI features like Search, Analyst, and Complete.
AWS Cognito MCP Server
An MCP server for AWS Cognito, providing authentication and user management.
Shopify MCP Server
Interact with Shopify store data using the GraphQL API.