Model Context Protocol (MCP) server configuration and tool manifest for unplugin/unplugin-vue-components
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"unplugin-vue-components": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-unplugin-vue-components"
]
}
}
}