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
Paper Search MCP
Search and download academic papers from sources like arXiv, PubMed, and Google Scholar.
Google Search Console MCP Server
Google Search Console MCP Server
OSRS MCP Server
Search the Old School RuneScape (OSRS) Wiki and access game data definitions.
Erick Wendel Contributions
Query Erick Wendel's contributions, including talks, blog posts, and videos, using natural language.
USGS Quakes
Access earthquake data from the USGS Quakes API using natural language queries.
Perplexity
An MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.
Nexus
Web search server that integrates Perplexity Sonar models via OpenRouter API for real-time, context-aware search with citations
Marketaux
Search for market news and financial data by entity, country, industry, or symbol using the Marketaux API.
SearXNG MCP Server
A privacy-respecting web search server for AI agents, powered by the SearXNG metasearch engine.
Langgraph Deep Search MCP Server
A deep search server powered by LangGraph and the Google Gemini API.