Skip to content
Zed

kiaaccess mcp for Zed

io.github.chrischall/kiaaccess-mcp

Kia Access for Claude — vehicle status, location, doors, climate, and charging

client:Zed transport:stdio runtime:npm

Install kiaaccess mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "kiaaccess-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kiaaccess-mcp"
      ],
      "env": {
        "KIA_USERNAME": "<KIA_USERNAME>",
        "KIA_PASSWORD": "<KIA_PASSWORD>",
        "KIA_WRITE_MODE": "<KIA_WRITE_MODE>",
        "KIA_DEVICE_ID": "<KIA_DEVICE_ID>"
      }
    }
  }
}

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

kiaaccess mcp in other clients