aranet4-mcp-server
Active
MCP server to manage your Aranet4 CO2 sensor. Built upon Aranet4-Python.
Updated 8/4/2025
Key Features
What makes this MCP server special
Scan for nearby devices
Fetch new data from embedded device memory
Ask questions about recent measurements
Requirements
UV
Server Information
Status
Active
Version
1.0.0
License
-
Author
https://github.com/diegobit
Installation Guide
Get started with this MCP server in minutes
1. Install the Package
https://github.com/diegobit/aranet4-mcp-server?tab=readme-ov-file#installation
2. Configuration
{
"mcpServers": {
"aranet4": {
"command": "{{PATH_TO_UV}}",
"args": [
"--directory",
"{{PATH_TO_SRC}}/aranet4-mcp-server/",
"run",
"src/server.py"
]
}
}
}
3. Usage Example
-