fronius mcp for Cursor
io.github.flowiesner/fronius-mcp
Real-time Fronius inverter data in Claude — PV, battery, grid and smart meter via local Solar API.
client:Cursor
transport:stdio
runtime:pypi
Install fronius mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fronius-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fronius-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs