MCP ExplorerExplorer

Unsplash Mcp Server

@JavaProgrammerLBon 9 months ago
6 MIT
FreeCommunity
AI Systems
java version unsplash mcp server

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

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

ShowCase

How to use

  1. Clone this project
git clone https://github.com/JavaProgrammerLB/unsplash-mcp-server.git
  1. Build
cd unsplash-mcp-server
mvn clean package
  1. Get Unsplash Access Key
  • visit unsplash
  • create an unsplash application
  • find out the access key in unsplash application detail page
  1. 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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers