infytool-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@infytool-mcpconvert my HEIC photos to JPG without uploading them"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
infytool-mcp — InfyTool discovery MCP server
A tiny Model Context Protocol server that lets AI assistants (Claude, etc.) discover the right InfyTool tool and hand the user a deep-link URL.
Discovery only — nothing is uploaded. This server returns tool metadata and URLs. It
never receives, uploads or processes files. Every InfyTool conversion/edit runs 100 % in the
user's own browser. The catalog is read live from https://infytool.com/api/tools.json
(with an offline snapshot bundled as a fallback).
Tools it exposes
Tool | What it does |
| Search 180+ tools by keyword → names, descriptions, deep-link URLs |
| Get the exact page URL for a format conversion (e.g. HEIC→JPG); lists options if unsupported |
| List categories (Image, PDF, SVG, Icon, Audio, File) with hub URLs |
| List the tools in one category |
Related MCP server: 1pdf
Run it
Requires Node 18+.
# from this folder
npm install
node server.mjs # speaks MCP over stdioOr, once published to npm, with no install:
npx -y infytool-mcpAdd to Claude Desktop
Edit claude_desktop_config.json (Settings → Developer → Edit Config) and add:
{
"mcpServers": {
"infytool": {
"command": "npx",
"args": ["-y", "infytool-mcp"]
}
}
}Using a local checkout instead of npm:
{
"mcpServers": {
"infytool": {
"command": "node",
"args": ["/absolute/path/to/mcp/server.mjs"]
}
}
}Restart Claude Desktop; ask something like "convert my HEIC photos to JPG" and it will return the InfyTool link.
Publish to npm (optional, so npx infytool-mcp works for everyone)
npm login # your npm account
npm publish --access publicEnvironment
INFYTOOL_CATALOG_URL— override the catalog URL (defaults to the livetools.json).
MIT · part of the Infy family (InfyIcon · InfySVG · InfyPNG).
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Related MCP Connectors
144 deterministic file tools: PDF, image, media, convert, analyze. Connect in one click (OAuth).
125+ browser tools for PDF, Image, Video, Audio, AI, Scanner. Files never leave your device.
Video, audio, and image processing for AI agents: convert, transcribe, upscale - 150+ operations.
AI-powered SaaS tool discovery API. Search 150+ curated business tools and get recommendations.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenancePrivacy-first file tools for AI agents, enabling operations like PDF merge/split, image compression/convert, metadata stripping, and background removal without storing files.57MIT
- AlicenseCqualityBmaintenanceEnables AI assistants to perform PDF operations like merge, split, compress, convert, encrypt, OCR, and summarize using natural language.9824MIT
- AlicenseAqualityCmaintenanceProvides AI agents with local file-processing capabilities for token counting, RAG chunking, CSV/JSON conversion, QR generation, and more, while keeping documents private on the user's machine.71MIT
- AlicenseNot gradedqualityAmaintenanceEnables document merging, splitting, and info retrieval for PDF, DOCX, XLSX, PPTX, and 30+ formats via AI agents.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/krupalghori44-dev/infytool-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server