MCP.so
登录

Unsplash MCP Server

@hellokaton

关于 Unsplash MCP Server

🔎 A MCP server for Unsplash image search.

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

hellokaton

提交者

katon

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "unsplash-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli@latest",
        "install",
        "@hellokaton/unsplash-mcp-server",
        "--client",
        "cursor",
        "--key",
        "7558c683-****-****"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Unsplash MCP Server?

Unsplash MCP Server is a simple MCP server for seamless Unsplash image integration and search capabilities. It is used for searching rich, high-quality images and is ideal for developers who want to integrate Unsplash functionality into their own applications.

How to use Unsplash MCP Server?

Obtain an Unsplash Access Key from the Unsplash Developer portal. Install the server via Smithery or manually using git clone, uv venv, and uv pip install. Configure the MCP client (e.g., Cursor IDE) with the command uv run --with fastmcp fastmcp run ./server.py and set the UNSPLASH_ACCESS_KEY environment variable. Use the search_photos tool with parameters like query, `

评论

其他 分类下的更多 MCP 服务器