Skip to content
Claude Desktop

ecobee mcp for Claude Desktop

io.github.mrfentmen/ecobee-mcp

MCP server for ecobee thermostats: list, runtime, sensors. Needs API key + tokens.

client:Claude Desktop transport:stdio runtime:npm

Install ecobee mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "ecobee-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ecobee-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

ecobee mcp in other clients