Odel
inchat image viewer mcp

inchat image viewer mcp

Local
@oguntolaibrahimJavaScriptUpdated 7mo ago

InChat Image Viewer MCP - View images inline in AI chat by just providing the file path

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).

npminchat-image-viewer-mcpv1.0.1

Run

npx -y inchat-image-viewer-mcp

MCP client config

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