Goodwe Inverter Mcp Server
@marcinn2
About Goodwe Inverter Mcp Server
Reads real-time and cumulative data from a GoodWe solar inverter
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"goodwe": {
"command": "goodwe-mcp",
"env": {
"GOODWE_HOST": "192.168.1.100"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Goodwe Inverter Mcp Server?
Reads real-time and cumulative data from a GoodWe solar inverter over the local network via UDP port 8899. It returns live sensor values such as PV production, battery state of charge, power flow, grid import/export, house load, and cumulative energy counters for energy monitoring and automation.
How to use Goodwe Inverter Mcp Server?
Configure the server to communicate with your GoodWe inverter on the local network using UDP port 8899. Each call polls live data directly from the inverter with no caching, providing current sensor readings on demand.
Key features of Goodwe Inverter Mcp Server
- Reads real-time PV production in watts
- Reports battery state of charge as percentage
- Measures battery charging/discharging power in watts
- Monitors grid import and export power
- Tracks house load consumption in watts
- Returns cumulative energy counters for PV, battery, and grid
- Polls live data on every call with no caching
Use cases of Goodwe Inverter Mcp Server
- Monitor current solar power production and battery status
- Trigger home automation based on battery state of charge
- Track cumulative energy generation and consumption over time
- Answer real-time questions about inverter and grid operation
FAQ from Goodwe Inverter Mcp Server
What hardware does this server work with?
It works exclusively with GoodWe solar inverters over local network UDP port 8899. It does not support Zigbee, Z-Wave, or other smart home devices.
How is data retrieved from the inverter?
Data is polled live from the inverter on each call with no caching, so every request returns the most current readings.
What network protocol and port are used?
The server communicates via UDP on port 8899 over the local network to the GoodWe inverter.
What specific sensor values are available?
It returns ppv
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments