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
- Python Version Unsplash MCP Server
Unsplash MCP Server
Project Details
- JavaProgrammerLB/unsplash-mcp-server
- MIT License
- Last Updated: 6/6/2025
Recomended MCP Servers
puppeteer + mcp + steel [WIP]
A Model Context Protocol Server for Home Assistant
Lightweight MCP Server for automating Windows OS in the easy way.
This read-only MCP Server allows you to connect to Stripe data from Claude Desktop through CData JDBC Drivers....
根据网易云音乐的歌单, 下载flac无损音乐到本地. Download the FLAC music from Internet according to your NeteaseCloudMusic playlist.
Todoist MCP Server Extended - Enabling natural language management of todoist via Claude, MCP and todoist REST APIv2....
解説シナリオを自動生成するMCPサーバ
Application for SEO automation and AI-powered optimization
MCP server to connect an MCP client (Cursor, Claude Desktop etc) with your ZenML MLOps and LLMOps pipelines
Send system notification when Agent task is done





