kiaaccess-mcp

chrischall/kiaaccess-mcp
★ 0 stars Unknown language AI/LLM Updated today
Kia Access MCP server for Claude — vehicle status, location, doors, climate, and charging through the Kia Owners API using your own account
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kiaaccess-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chrischall/kiaaccess-mcp"
      ]
    }
  }
}