
MCP Utils is a comprehensive toolset based on Model Context Protocol (MCP)
MCP Utils is a comprehensive toolset based on Model Context Protocol (MCP)
中文 | English
MCP Utils is a comprehensive toolset based on Model Context Protocol (MCP) providing ZIP compression/decompression and WebP image conversion. Built with fastMCP, zip.js, and sharp.
git clone <repository-url>
cd mcp-utils
npm install
npm run jsonGenerated MCP JSON:
{
"mcpServers": {
"mcp-utils": {
"command": "npx",
"args": [
"tsx",
"<ABSOLUTE PATH>src/index.ts"
]
}
}
}Compress files/directories into ZIP format with optional password protection.
Extract ZIP archives with password support.
Get detailed metadata from ZIP archives.
Convert images to WebP format with quality control.
Test tool that returns the input message.
// Compress files
await client.executeTool("compress", {
input: "/path/to/files",
output: "/path/to/output.zip",
options: { level: 9, password: "secret" }
});
// Decompress files
await client.executeTool("decompress", {
input: "/path/to/archive.zip",
output: "/path/to/extract",
options: { password: "secret" }
});
// Convert image to WebP
await client.executeTool("convertToWebP", {
input: "/path/to/image.jpg",
output: "/path/to/image.webp",
options: { quality: 85 }
});This project is inspired by zip-mcp and fastmcp.
Pick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add mcp-utils -- npx tsx "<ABSOLUTE PATH>src/index.ts"{
"mcpServers": {
"mcp-utils": {
"args": [
"tsx",
"<ABSOLUTE PATH>src/index.ts"
],
"command": "npx"
}
}
}code --add-mcp '{"name":"mcp-utils","args":["tsx","<ABSOLUTE PATH>src/index.ts"],"command":"npx"}'[mcp_servers.mcp-utils]
command = "npx"
args = ["tsx", "<ABSOLUTE PATH>src/index.ts"]Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/mcp-utils to learn what the "MCP Utils" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
This server runs locally, so we can't read its tool list over the web yet.
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/mcp-utils)Nothing comparable is listed yet.
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "mcp-utils" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.