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
Servidores relacionados
OpenStreetMap
Enhances LLMs with location-based services and geospatial data from OpenStreetMap.
Gaokao Ranking Query
Query Gaokao (Chinese college entrance exam) rankings within provinces based on score, year, and category.
Fuel Network & Sway Language
Semantic search for Fuel Network and Sway Language documentation using a local vector database.
FastDomainCheck
Check domain name registration status in bulk using WHOIS and DNS dual verification.
RedNote MCP
Search and retrieve content from the Xiaohongshu (Red Book) platform.
Tavily
A comprehensive search API for real-time web search, data extraction, and crawling, requiring a Tavily API key.
OpenSearch MCP Server
An MCP server for interacting with OpenSearch clusters.
Google Web Search (Gemini)
Provides Google Web Search functionality using the Gemini API. Requires a Google API Key or OAuth credentials.
Mapbox
Unlock geospatial intelligence through Mapbox APIs like geocoding, POI search, directions, isochrones and more.
Hatch MCP Server
Find emails, phone numbers, company data, and LinkedIn URLs using the Hatch API.