Skip to content
Cursor

carvector mcp for Cursor

io.github.carvectorio/carvector-mcp

Vehicle specs, federal recalls, complaints, TSBs, investigations and OBD-II DTC data for AI agents.

client:Cursor transport:stdio runtime:npm

Install carvector mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "carvector-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "carvector-mcp"
      ],
      "env": {
        "CARVECTOR_API_KEY": "<CARVECTOR_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

carvector mcp in other clients