Skip to content
Cline

vin decoder mcp for Cline

io.github.mrfentmen/vin-decoder-mcp

Decode a vehicle identification number into make, model, and year. No key required.

client:Cline transport:stdio runtime:npm

Install vin decoder mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "vin-decoder-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vin-decoder-mcp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

vin decoder mcp in other clients