sec-aircrack-ng-mcp
Allows performing WiFi security auditing on a remote Kali Linux system using the aircrack-ng suite, including monitor mode management, network scanning, packet capture, handshake capture, and password cracking.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@sec-aircrack-ng-mcpScan for wireless networks on wlan0mon"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Aircrack-ng MCP Server
A Model Context Protocol (MCP) server that provides WiFi security auditing capabilities using the aircrack-ng suite. Commands are executed on a remote Kali Linux system via SSH, enabling AI assistants to perform authorized wireless security assessments.
Features
Monitor Mode Management - Enable/disable monitor mode on wireless interfaces
Network Discovery - Scan and enumerate wireless networks with detailed information
Packet Capture - Capture packets from targeted access points (background operation)
Handshake Capture - Deauthentication attacks to capture WPA/WPA2 handshakes
Password Cracking - Attempt to crack captured handshakes using wordlists
Remote Execution - All operations run on a remote Kali system via SSH
Prerequisites
Kali Linux System - With aircrack-ng suite installed
SSH Access - Passwordless SSH recommended (key-based authentication)
Wireless Adapter - Compatible adapter that supports monitor mode and packet injection
Node.js - Version 18 or higher
Installation
# Clone the repository
git clone https://github.com/schwarztim/sec-aircrack-ng-mcp.git
cd sec-aircrack-ng-mcp
# Install dependencies
npm install
# Build the TypeScript code
npm run buildConfiguration
Configure the server using environment variables:
Variable | Description | Default |
| Hostname or IP address of Kali system |
|
| SSH username |
|
| Path to SSH private key file | (none - uses default) |
| Directory for capture files on Kali |
|
Claude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"aircrack-ng": {
"command": "node",
"args": ["/path/to/sec-aircrack-ng-mcp/dist/index.js"],
"env": {
"KALI_HOST": "192.168.1.100",
"SSH_USER": "kali",
"SSH_KEY": "/path/to/ssh/key"
}
}
}
}Available Tools
Connection & Setup
Tool | Description |
| Test SSH connection and verify aircrack-ng installation |
| List wireless interfaces and their status |
| Kill processes that interfere with monitor mode |
| Enable monitor mode on a wireless interface |
| Disable monitor mode and restore managed mode |
Scanning & Capture
Tool | Description |
| Scan for wireless networks (returns BSSID, channel, encryption, ESSID) |
| Start packet capture on a specific target (runs in background) |
| Stop a running packet capture |
| Check status of a running capture |
Attacks
Tool | Description |
| Send deauthentication frames (helps capture WPA handshakes) |
| Perform fake authentication with AP (for WEP attacks) |
Cracking
Tool | Description |
| Attempt to crack WPA/WPA2 handshake using a wordlist |
| Verify if a valid handshake has been captured |
Utilities
Tool | Description |
| List all capture files in the captures directory |
| Delete capture files |
| Get detailed information about a wireless interface |
Typical Workflow
A typical WPA/WPA2 security assessment workflow:
1. test_connection # Verify SSH connectivity and aircrack-ng
2. airmon_check # List available wireless interfaces
3. airmon_check_kill # Kill interfering processes
4. airmon_start(wlan0) # Enable monitor mode -> wlan0mon
5. airodump_scan(wlan0mon, 30) # Scan for networks (30 seconds)
6. airodump_capture(...) # Start capturing target network
7. aireplay_deauth(...) # Deauth to force handshake
8. aircrack_check_handshake(...) # Verify handshake captured
9. aircrack_crack(...) # Attempt to crack password
10. airodump_stop(...) # Stop the capture
11. airmon_stop(wlan0mon) # Restore managed modeSecurity Considerations
Authorization Required - Only use on networks you own or have explicit written permission to test
SSH Security - Use key-based authentication and restrict SSH access
Capture Files - Captured data may contain sensitive information; handle appropriately
Legal Compliance - Ensure compliance with local laws and regulations
Legal Notice
WARNING: Unauthorized access to computer networks is illegal in most jurisdictions.
This tool is intended exclusively for:
Authorized penetration testing
Security research on networks you own
Educational purposes in controlled environments
The authors assume no liability for misuse of this software. Users are solely responsible for ensuring they have proper authorization before conducting any security testing.
Development
# Watch mode for development
npm run dev
# Build for production
npm run build
# Run the server
npm startLicense
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Acknowledgments
Aircrack-ng Team - For the excellent wireless security suite
Model Context Protocol - For the MCP specification
Anthropic - For Claude and the MCP ecosystem
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/schwarztim/sec-aircrack-ng-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server