Skip to content
Cursor

matchcn for Cursor

io.github.francesco0242/matchcn

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

client:Cursor transport:stdio runtime:npm

Install matchcn in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

matchcn in other clients