OrbitEOS Energy Management for Claude Desktop
io.github.deepakumarsubbian/orbiteos
Energy management platform — 61 tools for solar, battery, grid, and EV charging control
client:Claude Desktop
transport:sse
tools:61
Install OrbitEOS Energy Management in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"orbiteos": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.orbiteos.cloud/sse"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- list_accounts
- create_account
- update_account
- list_sub_accounts
- create_sub_account
- update_sub_account
- delete_sub_account
- list_sites
- search_sites
- get_site
- create_site
- update_site
- delete_site
- get_site_config
- list_users
- get_user
- create_user
- update_user
- delete_user
- invite_user
- list_roles
- list_permissions
- create_role
- update_role