- Explore MCP Servers
- unsplash-mcp-server
Unsplash Mcp Server
What is Unsplash Mcp Server
Unsplash MCP Server is a Java-based server that allows users to easily search for images from Unsplash, a popular online photo library.
Use cases
Use cases for Unsplash MCP Server include integrating image search functionality into applications, educational purposes for learning Java server development, and automating image retrieval for projects.
How to use
To use Unsplash MCP Server, clone the project from GitHub, build it using Maven, obtain an Unsplash access key, and configure the server with the necessary parameters.
Key features
Key features include easy image searching from Unsplash, a simple setup process, and the ability to learn how to write an MCP Server in Java.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Unsplash Mcp Server
Unsplash MCP Server is a Java-based server that allows users to easily search for images from Unsplash, a popular online photo library.
Use cases
Use cases for Unsplash MCP Server include integrating image search functionality into applications, educational purposes for learning Java server development, and automating image retrieval for projects.
How to use
To use Unsplash MCP Server, clone the project from GitHub, build it using Maven, obtain an Unsplash access key, and configure the server with the necessary parameters.
Key features
Key features include easy image searching from Unsplash, a simple setup process, and the ability to learn how to write an MCP Server in Java.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










