Rivian MCP
Enables read-only access to vehicle data via the unofficial Rivian GraphQL API, allowing users to monitor battery levels, OTA updates, and charging status. It provides tools to check vehicle state and user account information directly through Claude.
README
Rivian MCP
Read-only MCP server and CLI for Rivian's undocumented GraphQL API. Check your vehicle's battery, range, OTA updates, charging status, and more — right from Claude or your terminal.
Strictly read-only — no vehicle commands, no settings changes.
Setup
claude mcp add rivian \
-e RIVIAN_EMAIL=your@email.com \
-e RIVIAN_PASSWORD=your-password \
-- npx rivian-mcp
<details> <summary>Manual config</summary>
Add to ~/.claude.json or your project's .mcp.json:
{
"mcpServers": {
"rivian": {
"command": "npx",
"args": ["rivian-mcp"],
"env": {
"RIVIAN_EMAIL": "your@email.com",
"RIVIAN_PASSWORD": "your-password"
}
}
}
}
</details>
First-time login
Rivian requires 2FA on every new login:
- Ask Claude: "Log in to Rivian"
- Rivian sends a verification code to your phone/email
- Tell Claude the code: "The code is 123456"
Your session is saved to ~/.rivian-mcp/session.json and reused automatically until it expires (7 days).
What you can ask
- "What's my battery level?"
- "Is there a software update available?"
- "Are all the doors locked?"
- "Show me the full vehicle status"
- "Who has keys to my R1S?"
- "Am I currently charging?"
- "Show my charging history"
- "What's my charging schedule?"
Tools
| Tool | What it does |
|---|---|
rivian_login |
Start sign-in (triggers verification code) |
rivian_submit_otp |
Complete sign-in with the verification code |
rivian_get_user_info |
Your account, vehicles, and software versions |
rivian_get_vehicle_state |
Live status — battery, doors, tires, location, climate, OTA |
rivian_get_ota_status |
Current and available software versions |
rivian_get_charging_session |
Active charging session details |
rivian_get_charging_history |
Past charging sessions — energy, cost, location |
rivian_get_charging_schedule |
Your configured charging schedule |
rivian_get_drivers_and_keys |
Drivers and their phone keys / key fobs |
CLI
The package also installs a rivian CLI for quick terminal access without Claude.
npx rivian-mcp ota # OTA software update status
npx rivian-mcp stats # Full vehicle state
Or install globally:
npm install -g rivian-mcp
rivian ota
rivian stats
Authentication works the same way — credentials from RIVIAN_EMAIL/RIVIAN_PASSWORD env vars or interactive prompts. Session is shared with the MCP server (~/.rivian-mcp/session.json).
Requirements
- Node.js 24+
- A Rivian account with a vehicle
Support
If you're thinking about getting a Rivian and don't have a referral yet, here's mine — you'll get benefits on your purchase and it helps support this project:
Get a Rivian R1 with referral benefits
References
- Rivian API Docs — community-maintained
- rivian-python-client — Python client this is based on
- home-assistant-rivian — Home Assistant integration
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.