vueuse mcp for Cursor
io.github.kovoor/vueuse-mcp
Search, browse, and get suggestions for VueUse composables
client:Cursor
transport:stdio
runtime:npm
Install vueuse mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vueuse-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vueuse-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs