gigai-tools-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., "@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.
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
File uploads for AI agents. Upload, list, and manage files. No signup required.
Convert and compress PDFs and images, redact personal data, and run text and data utilities.
Persistent file storage for AI agents via MCP and curl. Upload, download, and version files.
Search, fetch (with provenance), scan, and convert AI instruction files for agents.
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
- 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 gradedqualityBmaintenanceEnables 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-
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/cbsshekhawat18-lab/gigai-tools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server