Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Clamav

    ClamAV MCP Server to scan files for viruses

    1 stars
    Python
    Updated Apr 20, 2025

    Table of Contents

    • Requirements
    • Ubuntu/Debian
    • Windows
    • macOS
    • Usage
    • Cursor Configuration
    • API
    • scan_file

    Table of Contents

    • Requirements
    • Ubuntu/Debian
    • Windows
    • macOS
    • Usage
    • Cursor Configuration
    • API
    • scan_file

    Documentation

    ClamAV MCP

    Simple ClamAV MCP that allows scanning files for viruses using the ClamAV engine.

    Cursor ClamAV Integration

    Requirements

    This project requires ClamAV to be installed on your system. Here's how to install it:

    Ubuntu/Debian

    bash
    sudo apt-get update
    sudo apt-get install clamav clamav-daemon

    Windows

    1. Download the ClamAV installer from ClamAV's official website

    2. Run the installer and follow the setup wizard

    3. Make sure to add ClamAV to your system PATH

    macOS

    bash
    brew install clamav

    Usage

    To run the MCP server:

    bash
    uv run mcp run main.py -t sse

    The server will start and listen for SSE connections on port 8000 by default.

    Cursor Configuration

    To use this MCP with Cursor, add the following configuration to your Cursor settings:

    json
    {
      "mcpServers": {
        "ClamAV Server": {
          "url": "http://[SERVER_IP]:8000/sse"
        }
      }
    }

    This configuration tells Cursor to connect to the ClamAV MCP server.

    API

    The MCP provides a single endpoint:

    scan_file

    • Parameters:
    • base64_data: Base64 encoded string of the file to scan
    • filename: Name of the file to use in the scan
    • Returns:
    • success: Boolean indicating if the scan was successful
    • result: Raw output from clamscan command
    • error: Error message if the scan failed

    Similar MCP

    Based on tags & features

    • NE

      Nebulablock Mcp Server

      Python·
      1
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • NE

      Nebulablock Mcp Server

      Python·
      1
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k