MCP server wrapper for EvilLimiter. Provides LLM-accessible tools for network bandwidth control, monitoring, and traffic analysis. Docker-based with safety features.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"evillimiter-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server wrapper for EvilLimiter. Provides LLM-accessible tools for network bandwidth control, monitoring, and traffic analysis. Docker-based with safety features.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
This server is missing a description.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security / devops
MCP server for using the GitLab API
An evil MCP server used for redteam testing
Enhanced MCP server for GitLab: group projects listing and activity tracking
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Security Weekly
Get CVE alerts and security updates for Evillimiter Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that provides controlled access to EvilLimiter network bandwidth management and monitoring capabilities.
This tool performs ARP spoofing and traffic manipulation. It must ONLY be used on:
Unauthorized use may violate computer fraud laws, network policies, and regulations. You are solely responsible for ensuring legal compliance.
This MCP server provides a secure API interface for AI assistants to control network bandwidth, monitor traffic, and manage device connections using EvilLimiter. Designed for authorized network testing, debugging, and educational purposes only.
scan_network - Scan for online hosts with optional IP range specificationlist_hosts - Display all discovered hosts with IDs and network informationlimit_bandwidth - Throttle bandwidth for specific hosts (upload/download/both)block_host - Block internet access for specific hostsfree_host - Remove all restrictions from hostsadd_host - Manually add hosts to the management listmonitor_bandwidth - Real-time bandwidth usage monitoringanalyze_traffic - Analyze traffic patterns without limitingwatch_status - View watchlist for reconnection detectionwatch_add - Add hosts to reconnection watchlistwatch_remove - Remove hosts from watchlistwatch_configure - Configure watch settings (range, interval)flush_configuration - Reset all network configurationsdocker mcp command)docker build -t evillimiter-mcp-server .
Create ~/.docker/mcp/catalogs/custom.yaml:
version: 2
name: custom
displayName: Custom MCP Servers
registry:
evillimiter:
description: "Network bandwidth control and monitoring via EvilLimiter"
title: "EvilLimiter"
type: server
dateAdded: "2025-01-29T00:00:00Z"
image: evillimiter-mcp-server:latest
ref: ""
tools:
- name: scan_network
- name: list_hosts
- name: limit_bandwidth
- name: block_host
- name: free_host
- name: add_host
- name: monitor_bandwidth
- name: analyze_traffic
- name: watch_status
- name: watch_add
- name: watch_remove
- name: watch_configure
- name: flush_configuration
metadata:
category: monitoring
tags:
- network
- bandwidth
- monitoring
- security
license: MIT
owner: local
containerConfig:
capAdd:
- NET_ADMIN
- NET_RAW
network: host
Edit ~/.docker/mcp/registry.yaml and add under registry::
evillimiter:
ref: ""
Add "--catalog=/mcp/catalogs/custom.yaml" to your Claude Desktop config args.
This container requires elevated network privileges to function:
docker run --cap-add=NET_ADMIN --cap-add=NET_RAW --network=host evillimiter-mcp-server
Or use --privileged flag (less secure but simpler).
In Claude Desktop, you can ask: