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>"
}
}
}
}
関連サーバー
commercetools MCP Essentials
An MCP server and toolkit for integrating with the commercetools platform APIs.
Stock Market MCP Server
Provides real-time US stock market data and company financial information using the Alpha Vantage API.
Remote MCP Server on Cloudflare
A remote MCP server that runs on Cloudflare Workers and supports OAuth login.
Gemini MCP Server
Access Google's Gemini AI through the gemini-cli command-line tool.
Edge Delta MCP Server
Integrates with Edge Delta APIs for advanced automation and interaction.
Spaceship MCP
Manage domains, DNS records, contacts, marketplace listings, and more via the Spaceship API
Ankr API MCP Server
Access blockchain data using the Ankr API.
Gelato
Gelato Print-on-Demand platform MCP server
Kubernetes
Interact with Kubernetes clusters using natural language to manage and query resources.
mcp-k8s-go
Golang-based Kubernetes MCP Server. Built to be extensible.