Compresto MCP

by dqhieu

1 stars
200 downloads
Not rated
GitHub

About

Compresto MCP is a Model Context Protocol server that gives AI assistants real-time access to usage statistics for Compresto, a file compression app. It is built for developers integrating AI capabilities with Compresto data.

Details

Author
dqhieu
GitHub stars
1
Downloads
200
Categories
Other

- Provides real-time Compresto usage statistics.
- Three available tools: total users, processed files, size reduced.
- Simple installation via npm and manual configuration.
- Compatible with AI assistants supporting MCP.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Compresto MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, install dependencies with npm install, build with npm run build, then add a manual configuration to your MCP settings file pointing to the built index.js. Once integrated, AI assistants can invoke three tools: get-total-users, get-total-processed-files, and get-total-size-reduced.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "compresto mcp": {
            "compresto": {
                "command": "node",
                "args": [
                    "/ABSOLUTE/PATH/TO/PARENT/FOLDER/compresto-mcp/build/index.js"
                ]
            }
        }
    }
}

McpServers

{
    "compresto": {
        "command": "node",
        "args": [
            "/ABSOLUTE/PATH/TO/PARENT/FOLDER/compresto-mcp/build/index.js"
        ]
    }
}

Compresto MCP

A Model Context Protocol (MCP) server for Compresto, providing AI assistants with real-time data about Compresto's usage statistics.

<a href="https://glama.ai/mcp/servers/@dqhieu/compresto-mcp">
Compresto MCP server
</a>

What is Compresto?

Compresto is a file compression app that helps users reduce file sizes. This MCP server allows AI assistants to access current statistics about Compresto's usage.

What is MCP?

The Model Context Protocol (MCP) is a standard that connects AI systems with external tools and data sources. This MCP server extends AI capabilities by providing access to Compresto's usage statistics.

Installation

git clone https://github.com/dqhieu/compresto-mcp
cd compresto-mcp
npm install
npm run build

Manual Configuration

Add the following to your MCP settings file

{
"mcpServers": {
"compresto": {
"command": "node",
"args": [
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/compresto-mcp/build/index.js"
]
}
}
}

When integrated with compatible AI assistants, this MCP server provides real-time data about Compresto's usage.

Available Tools

The Compresto MCP server provides the following tools:

get-total-users

Returns the total number of Compresto users.

Example response: 12345

get-total-processed-files

Returns the total number of files processed by Compresto.

Example response: Processed 67890 files

get-total-size-reduced

Returns the total amount of file size reduced by Compresto.

Example response: Reduced 1234567890 bytes

Development

Prerequisites

- Node.js (v16 or higher)
- npm or yarn

Project Structure

- src/index.ts - Main entry point containing MCP server implementation
- package.json - Project dependencies and scripts
- tsconfig.json - TypeScript configuration

License

MIT License

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.