MCP server helping models to understand your Vue app better.
| Tool name | Description | Destructive? |
|---|---|---|
| get-component-tree | ✓ no | |
| get-component-state | ✓ no | |
| edit-component-state | ✓ no | |
| highlight-component | ✓ no | |
| get-router-info | ✓ no |
| get-pinia-state | ✓ no | |
| get-pinia-tree | ✓ no |
{
"mcpServers": {
"vite-plugin-vue": {
"command": "npx",
"args": [
"-y",
"vite-plugin-vue-mcp"
]
}
}
}