Search, browse, and get suggestions for VueUse composables
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server that gives AI coding agents instant access to VueUse documentation β search composables, read docs, and get suggestions.
This is an MCP (Model Context Protocol) server. When you connect it to an AI coding agent like Claude Code, the agent can automatically look up VueUse documentation while helping you write code.
For example, if you ask "help me track the mouse position in Vue," the agent will:
search_composables or suggest_composable to find relevant composablesget_composable_docs to read the full documentation for useMouseYou don't need to manually call any tools. The agent decides when to use them based on your questions.
Add to your MCP config:
Add to your opencode.json:
| Tool | Description |
|---|---|
search_composables | Search by name, keyword, or concept. Returns ranked results with descriptions. |
get_composable_docs | Get full docs for a composable β signature, types, options, examples, related functions. |
suggest_composable | Describe a use case in natural language and get ranked suggestions with trade-offs. |
list_categories | List all categories with composable counts. Optionally filter by package. |
The composable data is scraped from the VueUse GitHub repo. To update:
Set a GITHUB_TOKEN environment variable to avoid rate limits during scraping. See .env.example.
See CONTRIBUTING.md for how to add tools, update the scrape pipeline, and submit PRs.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/vueuse-mcp)<a href="https://allmcps.com/mcp/vueuse-mcp"><img src="https://allmcps.com/api/badge/vueuse-mcp?style=directory" alt="Vueuse MCP on AllMCPs" /></a>