Kia Access MCP server for Claude — vehicle status, location, doors, climate, and charging through the Kia Owners API using your own account
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"
]
}
}
}
Run in terminal:
claude mcp add kiaaccess-mcp npx -y chrischall/kiaaccess-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"kiaaccess-mcp": {
"command": "npx",
"args": [
"-y",
"chrischall/kiaaccess-mcp"
]
}
}
}