Skip to content
Cursor

kiaaccess mcp for Cursor

io.github.chrischall/kiaaccess-mcp

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

client:Cursor transport:stdio runtime:npm

Install kiaaccess mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "kiaaccess-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

kiaaccess mcp in other clients