Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Figma MCP Server
  • Python Codebase Analysis RAG System
  • Email Checker MCP Server
  • GitHub PR Comments MCP Server
  • Flight Planner MCP Server
Back to MCP Servers
ClamAV MCP

ClamAV MCP

Public
a2amarket/mcp-clamav

Scan files for viruses efficiently using a Model Context Protocol server integrated with the ClamAV engine, offering base64 file scanning and detailed results via an SSE API endpoint.

python
0 tools
May 29, 2025
Updated Jun 4, 2025

Supercharge Your AI with ClamAV MCP

MCP Server

Unlock the full potential of ClamAV MCP through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

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

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

brew install clamav

Usage

To run the MCP server:

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:

{ "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
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Figma MCP Server
    Figma MCP Server

    Model Context Protocol server bridging Figma designs and React by converting design files into React...

    Added May 30, 2025
  • Python Codebase Analysis RAG System
    Python Codebase Analysis RAG System

    Analyzes Python codebases using AST to extract and vectorize code elements, enabling advanced queryi...

    Added May 30, 2025
  • Email Checker MCP Server
    Email Checker MCP Server

    Validate email addresses efficiently with a Model Context Protocol server offering simple JSON respo...

    1 tools
    Added May 30, 2025
  • GitHub PR Comments MCP Server
    GitHub PR Comments MCP Server

    Fetch GitHub Pull Request comments with detailed file paths, line ranges, and threaded replies via a...

    Added May 30, 2025
  • Flight Planner MCP Server
    Flight Planner MCP Server

    Model Context Protocol server that generates travel agent-level flight plans using fast-flights API,...

    Added May 30, 2025