Unsplash MCP Server
@JavaProgrammerLB
Unsplash MCP Server について
java version unsplash mcp server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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}"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Unsplash MCP Server?
Unsplash MCP Server is an MCP server that enables searching for pictures from Unsplash. It is built with Java and can be used to integrate Unsplash image search into AI applications that support the Model Context Protocol.
How to use Unsplash MCP Server?
Clone the repository, build with Maven (mvn clean package), obtain an Unsplash Access Key from the Unsplash Developer portal, then configure the MCP server in your client’s settings with the java command, JAR path, and the UNSPLASH_ACCESS_KEY environment variable.
Key features of Unsplash MCP Server
- Search pictures from Unsplash using natural language queries
- Built with Java and Spring AI
- Easy to integrate into any MCP-compatible client
- Lightweight, no external dependencies beyond Java
Use cases of Unsplash MCP Server
- Automatically find and download Unsplash images for documentation
- Generate visual content based on user prompts in an AI chat
- Enhance AI assistants with real-time image search capabilities
FAQ from Unsplash MCP Server
What do I need to use Unsplash MCP Server?
You need a Java runtime, the built JAR file, and a valid Unsplash Access Key obtained from the Unsplash Developer portal.
Does this server support authentication?
Yes, the server requires the UNSPLASH_ACCESS_KEY environment variable set to your personal Unsplash Access Key.
What transport does this server use?
The server uses the stdio transport (Spring AI MCP stdio mode), as configured with -Dspring.ai.mcp.server.stdio=true.
How do I configure the server in my MCP client?
Add a configuration entry under mcpServers with the command java, the provided arguments, and the environment variable for the access key.
What are the limitations?
The README does not specify any limitations, but the server relies on the Unsplash API quota and requires a network connection.
「その他」の他のコンテンツ
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Awesome Mcp Servers
punkpeyeA collection of MCP servers.

EverArt
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
コメント