mcp homeassistant for Cursor
io.github.daedalus/mcp-homeassistant
MCP server exposing Home Assistant REST API functionality
client:Cursor
transport:stdio
runtime:pypi
Install mcp homeassistant in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-homeassistant": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-homeassistant"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs