mcpbeat Sign in

Image Recongnition MCP Server

local only

Image Recongnition MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 10 Sep 2025.

MCP server for AI-powered image recognition and description using OpenAI vision models.

No commits for 12 months.

Installs per day peak 21 · avg 5 · +45% w/w
a month agotoday
34
Installs / week
npm · image-recongnition-mcp
5
Stars
0 open issues
10 Sep 2025
Last commit
0 releases in 90 days
License
JavaScript

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository mcp-s-ai/image-recongnition-mcp
пакет image-recongnition-mcp ссылается на mcp-s/secure-mcp-gateway

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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-recongnition-mcp -- npx -y image-recongnition-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "image-recongnition-mcp": {
      "args": [
        "-y",
        "image-recongnition-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.image-recongnition-mcp]
command = "npx"
args = ["-y", "image-recongnition-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "image-recongnition-mcp": {
      "args": [
        "-y",
        "image-recongnition-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "image-recongnition-mcp": {
      "args": [
        "-y",
        "image-recongnition-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPENAI_API_KEY (Your OpenAI API key for image recognition and description services). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Image Recongnition MCP

same job, measured the same way
Image Recognition MCP
by shalevshalit

MCP server for AI-powered image recognition and description using OpenAI vision models.

31 installs/wk local only
GPT Image
by codechap

MCP server for OpenAI GPT image generation and editing

local only
Ui.Vision MCP
by a9t9

MCP server for browser and desktop automation: OCR, image recognition, real mouse and keyboard input

703 installs/wk local only
Synclub Dxt
by synclub-tech

SynClub MCP Server for AI-powered comic creation with script generation and image tools

local only
Imgx
by somacoffeekyoto

AI image generation and editing MCP server. Gemini + OpenAI, iterative editing, undo/redo.

80 installs/wk local only
Imagine MCP
by n24q02m

MCP server for image/video understanding & generation (Gemini/OpenAI/Grok)

1 316 installs/wk local only
Media Gen MCP
by strato-space

MCP server for OpenAI Images/Videos and Google GenAI (Veo) media generation.

33 installs/wk local only
OpenAI Image
by mindstone

OpenAI image generation MCP server for Model Context Protocol hosts

346 installs/wk local only

Image Recongnition MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Image Recongnition MCP?
Image Recongnition MCP 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 image-recongnition-mcp was installed 34 times last week.
Is Image Recongnition MCP still maintained?
No commits for 12 months. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Image Recongnition MCP?
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 image-recongnition-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Image Recongnition MCP?
The npm package image-recongnition-mcp was installed 34 times in the last week. Week over week that is +45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Image Recongnition MCP open source?
We cannot say either way: written in JavaScript and 5 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.