Nanolens
Freeby MCP Community
CLI + MCP tool for image analysis — ZAI (GLM-4.6V), Kimi (K2.5), GitHub Copilot (gpt-4o), Alibaba (Qwen3.5)
v1.1.0Added Apr 12, 2026
mcpvisionimageglmkimi
Nanolens MCP Server
CLI + MCP tool for image analysis — ZAI (GLM-4.6V), Kimi (K2.5), GitHub Copilot (gpt-4o), Alibaba (Qwen3.5)
Installation
npx -y nanolens
Reviews
Installation
Quick install
npx -y nanolens
Add to claude_desktop_config.json
{
"mcpServers": {
"nanolens": {
"command": "npx",
"args": ["-y", "nanolens"]
}
}
}