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).
Run
npx -y image-recognition-mcp
MCP client config
{
"mcpServers": {
"image-recognition-mcp": {
"command": "npx",
"args": [
"-y",
"image-recognition-mcp"
]
}
}
}