Odel
vueuse mcp

vueuse mcp

Local
@kovoor5TypeScriptMITUpdated 5mo ago

Search, browse, and get suggestions for VueUse composables

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmvueuse-mcpv1.0.0

Run

npx -y vueuse-mcp

MCP client config

{
  "mcpServers": {
    "vueuse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vueuse-mcp"
      ]
    }
  }
}