Skip to content
Claude Desktop

vin decoder mcp for Claude Desktop

io.github.mrfentmen/vin-decoder-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install vin decoder mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

vin decoder mcp in other clients