MCP Cursor

Enhance your development workflow with AI-powered MCP tools and extensions for Cursor IDE.

Product

  • MCP Servers
  • Getting Started
  • Documentation
  • Open Source

Resources

  • MCP Specification
  • Cursor IDE
  • MCP GitHub
  • Contributing

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
Made withfor the developer community
© 2026 MCP Cursor. All rights reserved.
MCP Logo
MCP Cursor
IntroductionMCPs
IntroductionMCPs
3D MCP Cursor Visualization
  1. Home
  2. Servers
  3. Compresto MCP MCP
Compresto MCP MCP Logo

Compresto MCP MCP

Model Context Protocol Integration

Overview

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

# Compresto MCP

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

Installation Instructions


README: https://github.com/dqhieu/compresto-mcp

Compresto MCP

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

Compresto MCP server

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

Featured MCPs

Github MCP - Model Context Protocol for Cursor IDE

Github

This server provides integration with Github's issue tracking system through MCP, allowing LLMs to interact with Github issues.

Sequential Thinking MCP - Model Context Protocol for Cursor IDE

Sequential Thinking

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. Break down complex problems into manageable steps, revise and refine thoughts as understanding deepens, and branch into alternative paths of reasoning.

Puppeteer MCP - Model Context Protocol for Cursor IDE

Puppeteer

A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, execute JavaScript, and perform various browser-based operations in a real browser environment.