Stats
Actions
Tags
From sigen-mcp-skills
Cloud station info, energy flow, history, alarms, EMS mode switching. Requires your SigenCloud credentials.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"sigen-api-mcp": {
"command": "npx",
"args": [
"-y",
"@paulczar/sigen-api-mcp",
"--cloud-user",
"YOUR_EMAIL",
"--cloud-pass",
"YOUR_PASSWORD"
]
}
}
}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