kismet-wireless-mcp
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., "@kismet-wireless-mcpShow me current system status and active datasources"
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.
kismetwireless-mcp
Kismet Wireless MCP server — status, datasources, devices, and alerts for AI agents.
Modeled after wireshark-mcp: FastMCP stdio, fail-closed preflight, modular tools/prompts/resources, no simulated data.
Version 1.0.0 — GET-only (readonly REST). No datasource start/stop.
Quick start
1. Docker lab (API without RF adapter)
cd kismetwireless-mcp\docker
docker compose up -dLab login:
kismet/kismet
2. Install MCP package
cd kismetwireless-mcp
python -m venv .venv
.\.venv\Scripts\activate
python -m pip install -e .3. Doctor + setup
$env:KISMET_URL = "http://127.0.0.1:2501"
$env:KISMET_USER = "kismet"
$env:KISMET_PASSWORD = "kismet"
python -m kismet_mcp doctor
python -m kismet_mcp setup4. Run (hosts spawn this)
python -m kismet_mcpRelated MCP server: Iris
Cookbook workflows (preferred)
Tool | Purpose |
| Catalog of predefined recipes |
| Datasources / GPS / sensor readiness |
| APs + Wi-Fi + BT/BTLE survey |
| Attack-class alerts vs SYSTEM noise |
| Duplicate SSIDs / evil-twin signals |
| MAC / SSID / name search |
Suggested order: health → landscape → WIDS triage → rogue hunt.
Atomic tools
Tool | Purpose |
| Reachability / auth report |
| Unauthenticated process status |
| Version, device count, memory |
| Server timestamp |
| Capture sources |
| Devices in last N seconds |
| One device by key |
| Alert backlog |
| Alert type catalog |
Layout
kismetwireless-mcp/
docker/ # compose lab
docs/ # Setup, Clients, Security
examples/ # mcpServers snippet
src/kismet_mcp/
__main__.py # run | setup | doctor
server.py # FastMCP
client.py # GET-only httpx
config.py / security.py / preflight.py
tools/ # environment, system, datasources, devices, alerts
prompts.py / resources.py
tests/Docs
Phase 1 Docker smoke (local)
Endpoint | Result |
| 200 |
| 200 |
datasources / devices | 200 |
alerts | 200 |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityCmaintenanceRead-only MCP server that allows AI assistants to query and monitor KVM Fleet devices, audit logs, and console sessions through the official REST API.5141MIT- Alicense-qualityCmaintenanceThis MCP server enables AI agents to read MQTT and Sparkplug B data via tools like list_topics, get_latest, and read_all, providing read-only access to latest sensor values.1MIT
- AlicenseAqualityCmaintenanceA read-only MCP server for inspecting Kubernetes clusters, allowing LLMs to list resources, describe pods, and read logs without mutation.5MIT
- Alicense-qualityBmaintenanceAn MCP server that exposes WLAN Pi capabilities like device info, Wi-Fi scanning, service management, and VLANs to AI assistants via the wlanpi-core REST API.BSD 3-Clause
Related MCP Connectors
Read-only Remote MCP for externally grounded AI agent trust receipts.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/A-G-U-P-T-A/kismet-wireless-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server