Overview
MCP server to manage your Aranet4 CO2 sensor. Built upon Aranet4-Python.
Features:
-
Scan for nearby devices.
-
Fetch new data from embedded device memory and save to a local sqlite db for tracking and later viewing. For automatic updates, see at the bottom.
-
Ask questions about recent measurements or about a specific past date.
-
[For MCP clients that support images] Ask data to be plotted to also have a nice visualization!
-
Assisted configuration! 💫 After installation, just ask init aranet4 in your client to set up everything for the mcp server to work with your device.
Example questions:
-
"Was the CO2 high yesterday at 14 in that restaurant? I was sleepy"
-
"Show me the last 50 readings of co2 and temperature."
-
"Plot the aranet4 co2 of last sunday."
Server Config
{
"mcpServers": {
"aranet4": {
"command": "{{PATH_TO_UV}}",
"args": [
"--directory",
"{{PATH_TO_SRC}}/aranet4-mcp-server/",
"run",
"src/server.py"
]
}
}
}