Unsplash
Search for pictures on Unsplash using the Unsplash API.
Unsplash MCP Server
- With this mcp server, you can easily search picture from unsplash
- With this project, you can easily learn how to write MCP Server with JAVA
search two house picture from unsplash and write to the document
Feature

How to use
- Clone this project
git clone https://github.com/JavaProgrammerLB/unsplash-mcp-server.git
- Build
cd unsplash-mcp-server
mvn clean package
- Get Unsplash Access Key
- visit unsplash
- create an unsplash application
- find out the access key in unsplash application detail page
- Config MCP Server
{
"mcpServers": {
"unsplash": {
"command": "java",
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-Dspring.main.web-application-type=none",
"-Dlogging.pattern.console=",
"-jar",
"/ABSOLUTE/PATH/target/unsplash-mcp-server-1.0.jar"
],
"env": {
"UNSPLASH_ACCESS_KEY": "${YOUR UNSPLASH ACCESS KEY}"
}
}
}
}
Thanks
Похожие серверы
Baidu Map
A Location-Based Service (LBS) providing geospatial APIs for geocoding, POI search, route planning, and more.
Manticore Search
Provides access to Manticore Search, an open-source database for real-time, full-text search.
Tarteel MCP Server
Quran-focused MCP server for ayah translation, tafsir, mutashabihat lookups, recitation playlists, and prayer times.
mcpdoc
Access website documentation for AI search engines (llms.txt files) over MCP.
Tavily Search
Optimized web search for LLMs using the Tavily Search API.
MidOS Research Protocol
MidOS Research Protocol: curated skills & knowledge versioned.
Qdrant MCP Server
Semantic code search using the Qdrant vector database and OpenAI embeddings.
Krep MCP Server
A high-performance string search server powered by the krep binary.
WebSearch-MCP
Self-hosted Websearch API
Chromium CodeSearch Tools
Search Chromium source code using advanced Code Search syntax.