mcpbeat Sign in

Kiaaccess MCP Server

local only

Kiaaccess MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 433 installs a week from npm. Last commit 18 Sep 2026.

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

Installs per day peak 849 · avg 36
a month agotoday
433
Installs / week
npm · kiaaccess-mcp
0
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Kiaaccess MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add kiaaccess-mcp -- npx -y kiaaccess-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kiaaccess-mcp": {
      "args": [
        "-y",
        "kiaaccess-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kiaaccess-mcp]
command = "npx"
args = ["-y", "kiaaccess-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "kiaaccess-mcp": {
      "args": [
        "-y",
        "kiaaccess-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kiaaccess-mcp": {
      "args": [
        "-y",
        "kiaaccess-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: KIA_USERNAME (Your Kia Owners Portal / Kia Access account email address.), KIA_PASSWORD (Your Kia Owners Portal / Kia Access account password.), KIA_WRITE_MODE (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".), KIA_DEVICE_ID (Optional stable device UUID used for the app login handshake. Generated and cached under ~/.kiaaccess-mcp/ when omitted.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Kiaaccess MCP

same job, measured the same way
Toyota & Lexus
by zepgram

Toyota & Lexus vehicles: fuel, range, location, trips, health, climate, charging, commands

623 installs/wk local only
C
Weather MCP Server
by thenextgennexus

Forecasts, climate history, severe alerts by location — for outdoor-event planners.

1 tools answering
Smithery AI National Weather Service
by smithery

Provide real-time and forecast weather information for locations in the United States using natura…

answering
Alphaportal MCP
by chrischall

AlphaPortal school-bus transportation for Claude — students, stops, live bus location, notifications

279 installs/wk local only
Monkeymcp
by jamesmontemagno

MCP server providing monkey data, journeys, and location services for various monkey species.

local only
Dekko
by aahlijia

Static code map generator: MAP.md + map.json for any repo, plus a Claude Code /map plugin

628 installs/wk local only
Yiditu MCP
by kingbbs

I Ching hexagram analysis and geographic feng shui for Taiwan locations

30 installs/wk 3 tools answering
Openchargemap MCP Server
by cyanheads

Find EV charging stations, detail, and reliability check-ins via the global Open Charge Map.

77 installs/wk 4 tools answering

Kiaaccess MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Kiaaccess MCP?
Kiaaccess MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package kiaaccess-mcp was installed 433 times last week.
How do I connect Kiaaccess MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls kiaaccess-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Kiaaccess MCP?
The npm package kiaaccess-mcp was installed 433 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Kiaaccess MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.