Skip to content
Cursor

vue harvest for Cursor

io.github.virgilvox/vue-harvest

Extract reusable component libraries and design tokens from Vue applications

client:Cursor transport:stdio runtime:npm

Install vue harvest in Cursor

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

{
  "mcpServers": {
    "vue-harvest": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vue-harvest-mcp"
      ]
    }
  }
}

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

vue harvest in other clients