Scan React and Vue projects to expose component metadata for AI coding agents.
This MCP tool is described as scanning local React/Vue projects and extracting component metadata, with no stated need for secrets or remote endpoints, so the overall risk appears relatively low. Caution is still warranted because it can execute locally and read project files, while source trust is helped by open source status but weakened by limited adoption and unknown maintenance.
The materials explicitly state that no keys or environment variables are required, and there is no indication that API tokens, account credentials, or other sensitive secrets are needed, so credential exposure risk appears low.
No remote endpoints or external APIs are declared in the materials; the described functionality focuses on local project scanning and metadata extraction, with no factual indication of user data being sent to external services.
The system flags executes-code, indicating the MCP can run code locally or spawn processes. This is a normal capability for this class of tool, but its runtime environment and callable permissions should still be constrained.
It claims to scan React/Vue projects and extract metadata such as props, slots, events, imports, and usage, so it necessarily needs read access to local project directories and source files. There is no evidence here of write access, system-wide directory access, or permissions beyond its stated purpose.
It has an open-source repository and an MIT license, making the code in principle auditable, which is a meaningful risk-reducing factor. However, it comes from a third-party registry, has 0 stars, and an unknown maintenance status, so trust remains limited and the code and dependencies should be reviewed.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Component Library MCP" yet — see the docs or source repo.
Scan this React project and list the Button component's props, default values, import path, example usage, and any related events.
Structured metadata for the Button component that helps AI or developers generate correct usage code.
Scan this Vue component library and summarize props, slots, events, and dependencies for all form components, grouped by component name.
A categorized component inventory with interface details for maintaining design system documentation.
First scan the available components in the project, then suggest which ones fit a user settings page and provide recommended imports and composition examples.
Suggested components, import paths, and composition patterns to help AI generate page code more accurately.
Query Svelte project component graphs, unused components, and route dependencies.
Search, read, and discover related design system components via MCP.
Helps coding agents find and reuse UI components from a catalog.
Turn CVs and projects into MCP tools for querying and job matching.
Help AI agents navigate, search, and understand codebases and change history.
Search official library docs and return clean text ready for LLM use.