Skip to content
VS Code

matchcn for VS Code

io.github.francesco0242/matchcn

Semantic index across shadcn-format component registries: find components by what they do.

client:VS Code transport:stdio runtime:npm

Install matchcn in VS Code

.vscode/mcp.json

{
  "servers": {
    "matchcn": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "matchcn"
      ]
    }
  }
}

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

matchcn in other clients