Developer Tools
Trust: 27/100 (Limited)io.github.OguntolaIbrahim/image-viewer Guide
InChat Image Viewer MCP - View images inline in AI chat by just providing the file path
by OguntolaIbrahim
Quick Start
Install
npx inchat-image-viewer-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-oguntolaibrahim-image-viewer": {
"command": "npx",
"args": [
"inchat-image-viewer-mcp"
]
}
}
}