Skip to content
Zed

ecobee mcp for Zed

io.github.mrfentmen/ecobee-mcp

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

client:Zed transport:stdio runtime:npm

Install ecobee mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

ecobee mcp in other clients