mcpbeat Sign in

Image Resolver MCP Server

by ahmaddioxide Your server? Claim it
local only

Image Resolver runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 5 Mar 2026.

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

Installs per day peak 11 · avg 6 · +64% w/w
a month agotoday
32
Installs / week
npm · @ahmaddioxide/mcp-image-resolver
0
Stars
1 open issues
5 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Image Resolver every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add image-resolver -- npx -y @ahmaddioxide/mcp-image-resolver
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "image-resolver": {
      "args": [
        "-y",
        "@ahmaddioxide/mcp-image-resolver"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.image-resolver]
command = "npx"
args = ["-y", "@ahmaddioxide/mcp-image-resolver"]
.cursor/mcp.json
{
  "mcpServers": {
    "image-resolver": {
      "args": [
        "-y",
        "@ahmaddioxide/mcp-image-resolver"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "image-resolver": {
      "args": [
        "-y",
        "@ahmaddioxide/mcp-image-resolver"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PEXELS_API_KEY (Pexels API key (free at https://www.pexels.com/api/)), UNSPLASH_ACCESS_KEY (Unsplash API key (free at https://unsplash.com/oauth/applications)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Image Resolver

same job, measured the same way
Pixabay MCP Server
by hanoak

Unofficial MCP server for the Pixabay API: search and fetch royalty-free images and videos.

41 installs/wk local only
Stock Image MCP
by hasilt

Search and download stock images from Unsplash, Pexels, Pixabay, Freepik, StockVault, and Burst

149 installs/wk local only
ContextStream MCP Server
by contextstreamio

ContextStream MCP server for code context, memory, search, and AI tools.

424 installs/wk local only
MCP Gemini
by crunchtools

MCP server for Google Gemini AI - text, image, video, research, and more

63 installs/wk local only
iFlow Search
by zhengyanglsun

MCP server for iFlow Search web search, image search, and URL fetch tools.

29 installs/wk local only
Pexels
by codechap

MCP server for Pexels — search photos and videos, and browse collections

local only
Messages
by cardmagic

Fuzzy search and browse Apple Messages/iMessage from CLI or MCP server

285 installs/wk local only
Ailist MCP
by hifriendbot

MCP server for AiList — search and discover Ai projects from Claude Code

27 installs/wk local only

Image Resolver — questions

Answers built from our own checks of this server.

Why is there no uptime for Image Resolver?
Image Resolver runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @ahmaddioxide/mcp-image-resolver was installed 32 times last week.
How do I connect Image Resolver?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @ahmaddioxide/mcp-image-resolver straight from npm; nothing to host, nothing to sign up for.
How many people use Image Resolver?
The npm package @ahmaddioxide/mcp-image-resolver was installed 32 times in the last week. Week over week that is +64%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Image Resolver open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.