Odel
image recognition mcp

image recognition mcp

Local
@mcp-s-ai5JavaScriptUpdated 12mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmimage-recognition-mcpv1.0.0

Run

npx -y image-recognition-mcp

MCP client config

{
  "mcpServers": {
    "image-recognition-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "image-recognition-mcp"
      ]
    }
  }
}