gigai-tools-mcp
Click on "Deploy 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., "@gigai-tools-mcpMerge these two PDFs into one file and save the result locally."
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.
gigai-tools-mcp
MCP server for the GigAI Tools API. Gives AI agents (Claude Desktop, Claude Code, anything that speaks MCP) real file tools: merge PDFs, convert and compress images, extract PDF text, generate QR codes and more. The free plan gives 1,000 tasks a month.
The tool list comes from the live API catalog at startup, so the server never offers a tool the API cannot run, and new engines appear without updating this package.
Setup
Get an API key at gigai.tools/developers (free account, keys in the dashboard).
Claude Desktop (claude_desktop_config.json) or any MCP client:
{
"mcpServers": {
"gigai-tools": {
"command": "npx",
"args": ["-y", "gigai-tools-mcp"],
"env": {
"GIGAI_API_KEY": "gk_live_...",
"GIGAI_MCP_OUT_DIR": "/path/where/results/go"
}
}
}
}Claude Code:
claude mcp add gigai-tools -e GIGAI_API_KEY=gk_live_... -- npx -y gigai-tools-mcpRelated MCP server: File Operation MCP Server
What the agent can do
Every catalog engine becomes a tool - all of them, from merge_pdf and ocr_pdf to detect_pii and generate_qr, fetched from the live catalog at startup so new engines appear without updating this package. Tools take local file paths (or URLs the server fetches), and results are saved to GIGAI_MCP_OUT_DIR - file bytes never pass through the model's context, only the saved paths do.
Environment
GIGAI_API_KEY- required.GIGAI_API_BASE- optional, defaults to the public API.GIGAI_MCP_OUT_DIR- where results are saved (default: the working directory).
Privacy
Files go to the GigAI API for processing. Contents are never logged, results are deleted after the retention window, and deletion is verified. Details: gigai.tools/developers/docs.
This server cannot be deployed
Maintenance
Related MCP Connectors
PDF, image, video, OCR, screenshot, SQL, QR and text tools for agents. No API key, no signup.
Image & PDF tools for AI agents: compress, convert, resize, PDF, AI vision, pipeline.
Real files for AI assistants: HTML to image/PDF, screenshots, QR, charts, PDF tools, validators.
File uploads for AI agents. Upload, list, and manage files. No signup required.
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.22 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables file operations such as counting, listing, compressing images, creating/extracting archives, copying/moving files, and merging/splitting PDFs via natural language.5MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to perform 13 PDF operations (merge, split, compress, watermark, encrypt, and more) on local files via MCP.2-
- FlicenseNot gradedqualityDmaintenanceEnables file operations (PDF, Office, images, archives, media) through natural language, with tools for reading, writing, converting, and analyzing files locally.1-