ClamAV MCP
@a2amarket
关于 ClamAV MCP
ClamAV MCP Server to scan files for viruses
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ClamAV Scanner": {
"url": "http://127.0.0.1:8000/sse"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is ClamAV MCP?
ClamAV MCP is a simple Model Context Protocol server that allows scanning files for viruses using the ClamAV engine. It is built for developers or AI assistants (like Cursor) that need to check files for malware before further processing.
How to use ClamAV MCP?
First ensure ClamAV is installed on your system (see installation instructions for Ubuntu/Debian, Windows, or macOS). Then run the server with uv run mcp run main.py -t sse. It listens for SSE connections on port 8000 by default. To integrate with Cursor, add a configuration entry with the server’s URL pointing to http://[SERVER_IP]:8000/sse.
Key features of ClamAV MCP
- Scans files for viruses using the ClamAV engine.
- Provides a single
scan_fileAPI endpoint. - Accepts file data as a Base64-encoded string.
- Returns scan result, raw output, and error information.
- Designed for use with AI assistants like Cursor.
Use cases of ClamAV MCP
- Scanning user-uploaded files in a chat application before saving.
- Checking downloaded attachments for malware in a workflow automation.
- Integrating virus scanning into an AI-assistant toolchain that processes files.
FAQ from ClamAV MCP
What does ClamAV MCP do?
It provides an MCP server that lets you scan files for viruses using the ClamAV antivirus engine. You send file data and a filename; the server runs clamscan and returns the result.
What are the system requirements?
ClamAV must be installed on the machine running the server. Installation commands are provided for Ubuntu/Debian (apt-get), Windows (official installer, add to PATH), and macOS (brew install clamav).
How do I start the ClamAV MCP server?
Run uv run mcp run main.py -t sse from the project directory. The server starts on port 8000 and accepts SSE connections.
Can I use ClamAV MCP with Cursor?
Yes. In your Cursor settings, add an MCP server entry with the URL http://[SERVER_IP]:8000/sse and name it, for example, "ClamAV Server".
What parameters does the scan_file endpoint expect?
It requires base64_data (Base64-encoded file bytes) and filename (a name for the file). It returns success (boolean), result (raw clamscan output), and error (message if failed).
其他 分类下的更多 MCP 服务器
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

EverArt
modelcontextprotocolModel Context Protocol Servers
评论