Unsplash
STDIOUnsplash图片搜索MCP服务器
Unsplash图片搜索MCP服务器
search two house picture from unsplash and write to the document

git clone https://github.com/JavaProgrammerLB/unsplash-mcp-server.git
cd unsplash-mcp-server
mvn clean package
{
  "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}"
      }
    }
  }
}