InChat Image Viewer MCP - View images inline in AI chat by just providing the file path
claude mcp add image-viewer -- npx -y inchat-image-viewer-mcp
claude_desktop_config.json
{
"mcpServers": {
"image-viewer": {
"command": "npx",
"args": [
"-y",
"inchat-image-viewer-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"image-viewer": {
"command": "npx",
"args": [
"-y",
"inchat-image-viewer-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"image-viewer": {
"command": "npx",
"args": [
"-y",
"inchat-image-viewer-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"image-viewer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"inchat-image-viewer-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"image-viewer": {
"command": "npx",
"args": [
"-y",
"inchat-image-viewer-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.OguntolaIbrahim--image-viewer/reviews or the review_server meta-tool.
POST /mcp