Official MCP Server for Quasar Framework — AI-Powered Docs Access #18271
Replies: 3 comments
-
|
Hi there. Thanks for the proposal. About 11 months ago, I started the initial efforts towards AI. My first aim was to create a readable/processed markdown version of the docs, since the source markdown files lack JSON API, examples, etc., which are added after some processing and turned into HTML and served via the docs site. Which means there is no easy/proper way of feeding relevant info into the AI context. |
Beta Was this translation helpful? Give feedback.
-
|
Hi! I hope you're all doing well. I created a script that generates readable documentation for LLMs in markdown - you can view it here https://github.com/tavaresgerson/quasar-llm/releases/tag/v2.19.3 It's been working for me using Junie/Jetbrains. There's an index.md file where you can access all the files. |
Beta Was this translation helpful? Give feedback.
-
|
Hi there. I built a library that combines a component showcase (Quasar components + optional custom ones, kind of like Storybook for apps) with an MCP server. It shares logic between both and pulls Quasar component definitions directly from the Quasar package on the fly. https://github.com/jeka-kiselyov/varmory It fits my use cases really well ( speeding up Quasar + Claude for fresh projects, or reusing custom set of components/theme in other projects ), maybe someone else will find it useful too, have some ideas to improve there, or want to fork and adjust it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Please read
I'd like to propose the creation of an official Model Context Protocol (MCP) server for Quasar Framework — similar to what MUI has recently shipped with
@mui/mcp.My Observation
When developers ask AI assistants questions about Quasar components, directives, plugins, or CLI modes, the answers often:
quasar.config.js, Boot Files, Notify, QTable slots)This erodes developer trust and slows down productivity — especially for newcomers who don't yet know what's right vs. wrong.
The Proposal
Create and publish an official
@quasar/mcppackage to npm that:QBtn,QTable,QDialog, etc.)quasar.config.js, Boot Files, SSR, PWA, Electron, Capacitor modes)useQuasar,Notify,Dialog,Loading, etc.)Example Setup (Proposed)
VS Code / Antigravity / Trae IDE / Cursor / Windsurf etc
Claude Code
Why This Matters
quasarframeworkorgPrior Art
@mui/mcp(React)Questions for the Team
quasarframeworkGitHub org?I'm happy to contribute to an initial prototype if there's interest. 🙌
Beta Was this translation helpful? Give feedback.
All reactions