Skip to content
VS Code

vin decoder mcp for VS Code

io.github.mrfentmen/vin-decoder-mcp

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

client:VS Code transport:stdio runtime:npm

Install vin decoder mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "vin-decoder-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vin-decoder-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

vin decoder mcp in other clients