MCP Catalogs
首页unsplash-mcp-server screenshot

unsplash-mcp-server

by hellokaton·219·综合分 49

用于搜索 Unsplash 高质量图片库的 MCP 服务器,具备高级筛选功能。

mediadeveloper-toolsai-llm
21
Forks
2
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

Unsplash MCP Server 通过模型上下文协议(MCP)无缝集成 Unsplash 广泛的图片库。它使开发者能够将丰富的高质量图片集成到应用程序中,并提供高级搜索功能,包括关键词相关性、配色方案、方向选项和自定义排序。该服务器维护良好,文档清晰,并提供多种安装方法。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:内容创作者为博客文章或社交媒体寻找特定图片
:希望嵌入图片搜索功能的应用开发者
:通过可筛选的图片选项寻找灵感的设计师
:如何获取 Unsplash 访问密钥?
:这个 MCP 服务器提供哪些工具?

什么时候选它

当您需要一种简单高效的方式将 Unsplash 的高质量图片搜索集成到应用程序或工作流中时,选择此 MCP 服务器。

什么时候不要选它

如果您需要超出 Unsplash 许可条款的商业用途图片,或者需要搜索功能之外的图片编辑或元数据提取功能,请避免使用。

此 server 暴露的工具

从 README 抽取出 1 个工具
  • search_photos

    Search Unsplash's photo library with filters for keyword, color, orientation, and pagination

可对比工具

pexels-mcp-servershutterstock-mcpgetty-images-mcpstock-photo-mcp

安装

安装

**通过 Smithery 自动安装:**

npx -y @smithery/cli@latest install @hellokaton/unsplash-mcp-server --client cursor --key YOUR_KEY

**手动安装:**

git clone https://github.com/hellokaton/unsplash-mcp-server.git
cd unsplash-mcp-server
uv venv
uv pip install .

**Claude Desktop 配置:**

{
  "mcpServers": {
    "unsplash": {
      "command": "uv",
      "args": ["run", "--with", "fastmcp", "fastmcp", "run", "./server.py"],
      "env": {
        "UNSPLASH_ACCESS_KEY": "YOUR_ACCESS_KEY"
      }
    }
  }
}

FAQ

如何获取 Unsplash 访问密钥?
在 Unsplash 创建开发者账户,注册新应用程序,然后从应用程序详细信息页面获取您的访问密钥。
这个 MCP 服务器提供哪些工具?
主要工具是 'search_photos',允许按关键词、配色方案、方向选项和自定义分页进行筛选。

unsplash-mcp-server 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。