← Back to Plugins
MCP Server MCP

io.github.chrischall/kiaaccess-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "kiaaccess-mcp",
      "version": "0.6.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Kia Owners Portal / Kia Access account email address.",
          "isRequired": true,
          "format": "string",
          "name": "KIA_USERNAME"
        },
        {
          "description": "Your Kia Owners Portal / Kia Access account password.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "KIA_PASSWORD"
        },
        {
          "description": "Write-tool gate: \"none\" registers no vehicle commands; \"comfort\" registers climate and charging only; \"all\" adds door lock/unlock (default \"comfort\"). Unrecognized values fail closed to \"none\".",
          "format": "string",
          "name": "KIA_WRITE_MODE"
        },
        {
          "description": "Optional stable device UUID used for the app login handshake. Generated and cached under ~/.kiaaccess-mcp/ when omitted.",
          "format": "string",
          "name": "KIA_DEVICE_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...