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

Related in Search - Secure MCP Servers

ServerSummaryActions
Unsloth AI DocumentationA simple FastMCP implementation to connect to and query Unsloth AI documentation.View
Expert Registry MCP ServerLast Updated: 2025-06-30View
Facebook Ads LibraryThis is a Model Context Protocol (MCP) server for the Facebook Ads Library.View
Ripgrep SearchThis MCP server enables Claude to search file content using ripgrep - with extra features for Obsidi...View
FastDomainCheckA Model Context Protocol implementation for checking domain name registration status in bulk.View
Gemini DeepSearch MCPGemini DeepSearch MCP is an automated research agent that leverages Google Gemini models and Google...View