Image Viewer runs on your own machine — the client starts it, so there is no endpoint to ping. 90 installs a week from npm. Last commit 20 Jan 2026.
InChat Image Viewer MCP - View images inline in AI chat by just providing the file path
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.
claude mcp add image-viewer -- npx -y inchat-image-viewer-mcp
{
"mcpServers": {
"image-viewer": {
"args": [
"-y",
"inchat-image-viewer-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.image-viewer]
command = "npx"
args = ["-y", "inchat-image-viewer-mcp"]
{
"mcpServers": {
"image-viewer": {
"args": [
"-y",
"inchat-image-viewer-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"image-viewer": {
"args": [
"-y",
"inchat-image-viewer-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.