get_scene_config
Get full configuration of a single scene
How to use it
get_scene_config is exposed by the Hass MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_scene_config tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
FULL HASS MCP SERVER LISTINGOther tools in Hass MCP Server (39)
Correct a statistic's sum from a point in time onward (spike/bad reset); sum statistics only
Get state for multiple entities in one call (max 50)
Call any Home Assistant service
Permanently delete a statistic's history so it can start clean (irreversible; requires confirm=true)
Create a new automation
Create a one-off calendar event (local calendars; entity API)
Create a new helper (inputboolean, inputnumber, inputtext, inputselect, inputdatetime, inputbutton, counter, timer, schedule) (experimental)
Create a recurring calendar series with RRULE (local calendars)
Create a new scene
Create a new script
Delete an automation
Delete events by uid or summary filter (supports dryrun preview)
Delete a scene
Delete a script
Fire a custom event on the Home Assistant event bus
Get full configuration of a single automation
Get a device and every entity registered to it (all domains), with optional states
Get the raw stored configuration of a UI-managed helper (experimental)
Get state history of an entity over a time range
Fetch logbook entries for an entity or time range
Get full configuration of a single script
Get the current state of any entity (optional fields to limit attributes)
Fetch long-term statistics (energy, climate) with configurable period
Get the full step-by-step execution trace of one run — which trigger fired, which conditions passed/failed, and the variables at each step (summary=true for an outline of large traces)
List all automations with full configuration
List events in a time window (uid for deletes; descriptions omitted by default)
List all entities, with optional domain, detailed, and fields parameters
List all helper entities, optionally filtered by domain
List all scenes with full configuration
List all scripts with full configuration
List statistic IDs and their metadata (source, unit, whether they carry a mean/sum)
List recent execution traces for an automation/script (or a whole domain), newest first
Evaluate a Jinja2 template
Search entities by friendly name, device class, domain, or area
Update an existing automation
Update an existing UI-managed helper by entity ID (experimental)
Update an existing scene
Update an existing script
Report statistics issues the recorder detected — the Developer Tools "Fix issues" list