infytool-mcp is a small Model Context Protocol server. Add it to an AI assistant like Claude and, when you ask something like “convert my HEIC photos to JPG” or “compress this image under 100 KB”, it finds the matching tool among InfyTool’s 254+ tools and gives you the exact page to open.
Discovery only — nothing is uploaded. The server returns tool names, descriptions and deep-link URLs. It never receives, uploads or processes any file. Every conversion or edit still runs 100% in your own browser, exactly like using InfyTool directly. The tool catalog is read from infytool.com/api/tools.json.
What it can do
search_tools— search all tools by what you want to do, and get the links.get_conversion— give a from/to format (e.g. PNG → WebP) and get the exact converter URL.list_categoriesandlist_tools— browse tools by category.
Add it to Claude Desktop
Open Settings → Developer → Edit Config, and add:
{
"mcpServers": {
"infytool": {
"command": "npx",
"args": ["-y", "infytool-mcp"]
}
}
} Restart Claude Desktop and ask it to convert, compress or edit a file — it will point you to the right InfyTool page.
Install / links
- Run it directly:
npx -y infytool-mcp - npm: npmjs.com/package/infytool-mcp
- Source: github.com/krupalghori44-dev/infytool-mcp
Part of the Infy family — InfyIcon also offers an MCP server for its free icon library.