Stats
Actions
Tags
From sigen-mcp-skills
Read 300+ Modbus registers and write EMS mode, charge/discharge limits. Requires your inverter's LAN IP.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"sigen-modbus-mcp": {
"command": "npx",
"args": [
"-y",
"@paulczar/sigen-modbus-mcp",
"--host",
"YOUR_MODBUS_HOST_IP"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub paulczar/sigen-mcp --plugin sigen-mcp-skills