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
{
"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