Connects AI coding agents to the VueUse composables library through three tools: search_composables for keyword lookups, get_composable_docs for full API documentation including types and examples, and suggest_composable for natural language queries like "track mouse position" that return ranked recommendations. The server scrapes composable data directly from the VueUse GitHub repo, so you can refresh it locally when new composables ship. Useful when you're building Vue 3 apps and want your agent to write correct useMouse or useLocalStorage calls without leaving the editor to check docs. Runs via npx and works with Claude Code, Codex CLI, and OpenCode out of the box.
claude mcp add --transport stdio kovoor-vueuse-mcp -- npx -y vueuse-mcp