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
संबंधित सर्वर
SearXNG MCP Server
A web search server powered by the SearXNG API.
Researcher MCP
A research assistant powered by Perplexity AI for intelligent search, documentation retrieval, and code assistance.
BrowseAI Dev
Evidence-backed web research for AI agents. BM25+NLI claim verification, confidence scores, citations, contradiction detection. 12 MCP tools. Works with Claude Desktop, Cursor, Windsurf. Python SDK (pip install browseaidev), LangChain, CrewAI, LlamaIndex integrations. npx browseai-dev
Jewish Library MCP Server
A full-text search server for Jewish texts and literature.
bioRxiv
Search and retrieve articles from bioRxiv, the preprint server for biology.
MCP Servers Search
Search and discover available MCP servers from the official repository.
Qdrant MCP Server
Semantic code search using the Qdrant vector database and OpenAI embeddings.
Ecomm MCP Server
A product search server that provides markdown-formatted responses with clickable product links and prices.
MCP-MCP
A meta-server for discovering and provisioning other MCP servers from a large database.
SerpApi
Retrieve parsed search engine results using the SerpApi API.