Enedis Linky MCP Server
Supports UIby mjrgr
Direct AI access to Enedis Linky smart meter data for electricity consumption and solar production analysis.
What it does
This server wraps the Conso API to give AI assistants direct access to Enedis Linky smart meter data. It enables LLMs to analyze electricity consumption patterns, monitor load curves, and track solar energy production for French electricity users.
Tools
get_daily_consumption: Fetch daily electricity consumption (Wh) for a specific date range.get_load_curve: Retrieve 30-minute average power readings (W) to analyze usage spikes.get_max_power: Get the maximum power reached each day (VA).get_daily_production: Monitor daily solar energy production (Wh).get_production_load_curve: Track 30-minute average solar production power readings (W).
Installation
Build the binary from source or run via Docker:
docker run -i --rm -e CONSO_API_TOKEN=your_token ghcr.io/mjrgr/enedis-linky-mcp-server:latest
For Claude Desktop, add to config:
{
"mcpServers": {
"linky": {
"command": "/path/to/enedis-linky-mcp-server",
"env": { "CONSO_API_TOKEN": "your_token" }
}
}
}
Supported hosts
- claude
Quick install
docker run -i --rm -e CONSO_API_TOKEN=your_token ghcr.io/mjrgr/enedis-linky-mcp-server:latestInformation
- Pricing
- free
- Published
- 4/17/2026


