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
Máy chủ liên quan
Simple Files Vectorstore
Provides semantic search across local files by creating vector embeddings from watched directories.
Enhanced PubMed Search
A search server for PubMed, the biomedical literature database, using a pure Node.js implementation.
Spryker Search Tool
Search Spryker packages, documentation, and code within Spryker GitHub repositories using natural language.
Brave Search
A server for Brave Search, enabling web search capabilities via its API.
Caltrain MCP Server
Provides real-time Caltrain schedule information using GTFS data.
Java Conferences MCP Server
Provides information about Java conferences worldwide by parsing data from the javaconferences.github.io repository.
Find BGM
Finds background music for YouTube shorts by analyzing script content and recommending tracks from YouTube Music.
Deep Research
Generates in-depth research reports using powerful AI models.
Kagi Search
Search the web using Kagi's search API
ProPublica MCP Server
Search and analyze nonprofit organizations' Form 990 data using ProPublica's Nonprofit Explorer API.