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
Server Terkait
PulseMCP Server
Discover and explore MCP servers and integrations using the PulseMCP API.
Compliance Auditor MCP
City hiring-compliance MCP server with regulation search and full audit risk scoring.
Zenn Articles
A server for searching articles on the Zenn blogging platform.
Enhanced PubMed Search
A search server for PubMed, the biomedical literature database, using a pure Node.js implementation.
Naver Search
Search across various Naver services and analyze data trends using the Naver Search and DataLab APIs.
Google Scholar
Search and access academic papers on Google Scholar.
Google AI Search MCP
A server providing Google AI-powered search and documentation tools for developers.
Image Sorcery
At Sunrise Apps, we believe AI agents should be limitless, especially when it comes to visual data. We created ImageSorcery to bridge the critical gap in AI's ability to interact with and manipulate images directly, all while upholding the highest standards of privacy and security.
PipeCD Docs
Search and retrieve official PipeCD documentation.
Tavily MCP Server
Web search using the Tavily API.