Install
The Car Image plugin gives your coding agent studio-quality vehicle renders — five skills and sixteen tools, wired to the hosted MCP server. Nothing to run, nothing to keep up to date.
Pick your agent. Two lines, once.
Every client reads the same environment variable.
Start a new session and describe the vehicle you want.
/plugin marketplace add MeterApp/car-image-plugins
/plugin install car-image@meterappType these in a Claude Code session.
export CAR_IMAGE_API_KEY="cimg_your_key_here"Add a red 2024 Porsche 911 side view to the hero section.Five skills that teach your agent when and how to use the API, plus the hosted MCP server.
Chat clients have nowhere to put an API key, so they connect over OAuth instead. Paste one URL, sign in, approve — images are billed to your credits and you can disconnect any time.
https://carimage.dev/api/mcpIn Claude, that is Settings → Connectors → Add custom connector. The client registers itself and opens carimage.dev, where the consent screen names exactly what it will be able to do. Details in the MCP docs.
If you only want the sixteen tools and none of the skills, skip the plugin — one command connects the hosted server directly.
claude mcp add --transport http car-image https://carimage.dev/api/mcp --header "Authorization: Bearer $CAR_IMAGE_API_KEY"For Cursor, Claude Desktop, ChatGPT or a generic host, npx @meterapp/car-image agent-config --host cursor prints the configuration. The full reference is in the MCP docs; the plugin source is on GitHub.