Milesight Gateway MCP Server
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., "@Milesight Gateway MCP Serverlist all devices on the gateway"
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.
Milesight Gateway MCP Server
An MCP server that exposes the Milesight LoRaWAN gateway HTTP API as tools, so an MCP client (Claude Code, Claude Desktop, etc.) can manage applications, devices, profiles, multicast groups and downlinks on a Milesight UG-series gateway.
It talks to the gateway's embedded network server over HTTPS (port 8080), handling the firmware's AES-encrypted login and JWT bearer-token auth automatically.
Features
One tool per action across the gateway API surface:
Applications — list / get / create / update / delete
Devices — list / get / create / update / delete
Device profiles — list / get / create / update / delete
Multicast groups — list / get / create / delete, list/add/remove members
Downlinks — enqueue / list / flush for both devices and multicast groups
Gateways — list
Packets — list / clear the frame log
Payload codecs — list
Settings — network-server settings, packet-forwarder network servers
Related MCP server: Connhex MCP Server
Requirements
Python ≥ 3.10
Network access to a Milesight gateway (firmware that uses AES login, e.g. 60.0.0.42-r5 / 56.0.0.4 and later)
Install
With uv:
uv syncConfigure
Copy .env.example to .env and fill in your gateway details:
MILESIGHT_HOST=192.168.1.1
MILESIGHT_PORT=8080
MILESIGHT_USER=admin
MILESIGHT_PASSWORD=your-password
MILESIGHT_ORG_ID=1
MILESIGHT_VERIFY_TLS=false.env is gitignored. The server reads these from the environment, so you can
also pass them however your MCP client injects env vars.
TLS: gateways ship a self-signed certificate, so verification is off by default. Set
MILESIGHT_VERIFY_TLS=trueonly with a trusted certificate.
Run
uv run milesight-mcpThe server speaks MCP over stdio.
Claude Code / Claude Desktop
Add to your MCP client config:
{
"mcpServers": {
"milesight": {
"command": "uv",
"args": ["run", "milesight-mcp"],
"cwd": "/path/to/milesight_mcp",
"env": {
"MILESIGHT_HOST": "192.168.1.1",
"MILESIGHT_USER": "admin",
"MILESIGHT_PASSWORD": "your-password"
}
}
}
}Live smoke test
Runs read-only checks against the configured gateway (no writes):
uv run python test_live.pyHow auth works
The gateway login endpoint expects the password AES-128-CBC encrypted
(fixed key/IV from the firmware) and Base64-encoded. On success it returns a JWT
valid for 24 hours, sent as Authorization: Bearer <jwt> on every request. The
client caches the token, refreshes it proactively, and re-logs-in automatically
on a 401.
License
MIT
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
- Alicense-qualityDmaintenanceEnables managing UniFi networks through natural language, allowing users to monitor clients, check network health, and perform device actions like blocking or restarting access points. It securely connects UniFi Controllers to MCP clients with features like Google OAuth authentication.Last updated48Apache 2.0
- AlicenseBqualityBmaintenanceEnables natural language interaction with Connhex IoT platform APIs for managing devices, telemetry, rules, and resources via MCP tools.Last updated301MIT
- FlicenseAqualityDmaintenanceEnables natural language interaction with industrial IoT devices using Sparkplug B, allowing users to query real-time data, analyze historical metrics, and monitor device status.Last updated49

dSIPRouter MCP Serverofficial
Alicense-qualityDmaintenanceEnables AI assistants to manage dSIPRouter operations such as endpoint groups, carrier groups, inbound mappings, and call data retrieval through natural language.Last updatedApache 2.0
Related MCP Connectors
GibsonAI MCP server: manage your databases with natural language
Manage projects, tasks, time tracking, and team collaboration through natural language.
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
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/corgan2222/milesight-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server