Token导航 LogoToken导航TokenDH.com
Unsplash MCP Server logo
开发工具stdio官方级别未说明来源级核验

Unsplash MCP Server

MCP Server

@smithery/cli@latest

一个简单的MCP服务器,用于无缝集成Unsplash图像并提供搜索功能,适合需要在其应用中集成Unsplash功能的开发者。

工具数

1

提示词数

0

GitHub Stars

219

资源数

0
开发工具PythonClaudeAPI集成Claude DesktopClaudeCursorWindsurfCline

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

hellokaton

提供方

hellokaton

最后核验

2026/5/17 21:02

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

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

详细介绍

](https://mseep.ai/app/hellokaton-unsplash-mcp-server)

Unsplash MCP服务器

英语| 简体中文

一个简单的MCP服务器,用于无缝的Unsplash图像集成和搜索功能。

![Python 3.9+](https://www.python.org/downloads/) ![License: MIT](https://opensource.org/licenses/MIT)

![Trust Score](https://archestra.ai/mcp-catalog/hellokaton__unsplash-mcp-server) ](https://smithery.ai/server/@hellokaton/unsplash-mcp-server)

📋 概述

Unsplash MCP Server用于搜索丰富、高质量的图像。它非常适合希望将Unsplash功能集成到自己的应用程序中的开发人员。

✨ 特性

  • 高级图像搜索:使用滤镜在Unsplash的丰富照片库中搜索:

- 关键词相关性 - 配色方案 - 方向选项 - 自定义排序和分页

🔑 获取Unsplash访问密钥

在安装此服务器之前,您需要获得Unsplash API访问密钥:

  1. 在以下网址创建开发人员帐户 Unsplash
  2. 注册新应用程序
  3. 从应用程序详细信息页面获取访问密钥
  4. 在以下配置步骤中使用此键

有关更多详细信息,请参阅 Unsplash API官方文档.

🚀 安装

通过以下方式自动安装Unsplash Image Integration Server for Claude Desktop 史密瑟里:

IDE设置

光标IDE

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

帆板运动

npx -y @smithery/cli@latest install @hellokaton/unsplash-mcp-server --client windsurf --key 7558c683-****-****

克莱恩

npx -y @smithery/cli@latest install @hellokaton/unsplash-mcp-server --client cline --key 7558c683-****-****

手动安装

# Clone the repository
git clone https://github.com/hellokaton/unsplash-mcp-server.git

# Navigate to project directory
cd unsplash-mcp-server

# Create virtual environment
uv venv

# Install dependencies
uv pip install .

光标编辑器集成

将以下配置添加到游标编辑器中 settings.json:

⚠️ 注: 请根据您的实际安装情况调整以下配置:

  • 如果 uv 如果不在您的系统PATH中,请使用绝对路径(例如。, /path/to/uv)
  • ./server.py 应修改为服务器脚本的实际位置(可以使用绝对路径或相对于工作区的路径)
{
  "mcpServers": {
    "unsplash": {
      "command": "uv",
      "args": ["run", "--with", "fastmcp", "fastmcp", "run", "./server.py"],
      "env": {
        "UNSPLASH_ACCESS_KEY": "${YOUR_ACCESS_KEY}"
      }
    }
  }
}

在游标中使用

🛠️ 可用工具

搜索照片

{
  "tool": "search_photos",
  "query": "mountain",
  "per_page": 5,
  "orientation": "landscape"
}

🔄 其他实施方式

📄 许可证

MIT许可证

📬 联系

-

目录标签

目录标签

开发工具PythonClaudeAPI集成图片搜索本地部署Unsplash集成开发者工具图像处理API服务

支持客户端

Claude DesktopClaudeCursorWindsurfCline

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Node.js

部署方式(deploymentType,部署类型)

remote-capable

来源包(packageName,安装包名)

@smithery/cli@latest

工具数量(toolCount,工具数)

1

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiononeremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP