Reacticx MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_componentsB | List all available Reacticx components. Optionally filter by category: shaders, texts, micro-interactions, components, templates. |
| get_component_docsA | Fetch the full documentation for a specific Reacticx component, including props, code examples, usage, and installation instructions. Use the component slug (e.g. 'accordion', 'elastic-slider', 'aurora'). |
| search_componentsB | Search Reacticx components by keyword. Searches component names, descriptions, and categories. |
| getting_startedB | Get the Reacticx getting started guide with installation and setup instructions. |
| get_dependenciesB | Get the required npm dependencies for one or more Reacticx components. Useful for planning installations. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: get_component_docs retrieves detailed documentation for a specific component, get_dependencies fetches npm dependencies, getting_started provides installation and setup instructions, list_components enumerates all components with optional filtering, and search_components performs keyword searches. There is no overlap or ambiguity in their functions.
The naming is mostly consistent with a verb_noun pattern (e.g., get_component_docs, list_components, search_components), but 'getting_started' deviates by using a gerund instead of a verb, which slightly breaks the pattern. Overall, the naming is readable and follows a clear convention.
With 5 tools, the server is well-scoped for its purpose of providing documentation and information about Reacticx components. Each tool serves a specific and necessary function, such as fetching docs, listing components, or searching, making the count appropriate without being too thin or heavy.
The tool surface covers core needs for exploring and using Reacticx components, including listing, searching, getting docs, dependencies, and setup instructions. A minor gap exists in the lack of tools for direct component installation or update operations, but agents can work around this using the provided dependency and setup information.