← Back to browse

image-resolver

Indexed by io.github.ahmaddioxide

About

MCP server for context-aware royalty-free image search from Pexels and Unsplash

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPEXELS_API_KEY UNSPLASH_ACCESS_KEY
Claude Code
claude mcp add --env PEXELS_API_KEY= --env UNSPLASH_ACCESS_KEY= image-resolver -- npx @ahmaddioxide/mcp-image-resolver
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"image-resolver","command":"npx","args":["@ahmaddioxide/mcp-image-resolver"],"env":{"PEXELS_API_KEY":"","UNSPLASH_ACCESS_KEY":""}}'
JSON
{
  "mcpServers": {
    "image-resolver": {
      "command": "npx",
      "args": [
        "@ahmaddioxide/mcp-image-resolver"
      ],
      "env": {
        "PEXELS_API_KEY": "",
        "UNSPLASH_ACCESS_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.