# io.github.wisdomrock/primereact-mcp (npm · primereact-mcp)

105 PrimeReact v10 components with props, types, and events

- Trust score: 65/100 (medium)
- Change this week: +19
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `primereact-mcp`: 65/100 (this document), [markdown](https://verifymcp.io/servers/wisdomrock-primereact-mcp/primereact-mcp.md), [page](https://verifymcp.io/servers/wisdomrock-primereact-mcp/primereact-mcp)

## Channel facts

- Registry: `npm`
- Package: `primereact-mcp`
- Version: `1.2.3`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 102), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 102), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 41 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1513 tokens (~35/item across 43 items; 43 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add wisdomrock-primereact-mcp -- npx -y primereact-mcp
```

### Codex

```bash
codex mcp add wisdomrock-primereact-mcp -- npx -y primereact-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wisdomrock-primereact-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "primereact-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add wisdomrock-primereact-mcp --command npx --arg -y --arg primereact-mcp
```

### Hermes

```yaml
mcp_servers:
  wisdomrock-primereact-mcp:
    command: "npx"
    args: ["-y", "primereact-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "wisdomrock-primereact-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "primereact-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 65, +39)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Maintenance: unverified → pass
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-08-01 (score 26, +5)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 21, −25)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (43)

### `list_components` (~28 tokens)

List all available PrimeReact components with their categories

Input parameters:

- `category` (string): Optional category filter

### `get_component` (~37 tokens)

Get detailed information about a specific PrimeReact component

Input parameters:

- `name` (string, required): Component name (e.g., 'DataTable', 'Button')

### `search_components` (~26 tokens)

Search PrimeReact components by name or description

Input parameters:

- `query` (string, required): Search query

### `get_component_props` (~29 tokens)

Get all props/properties for a PrimeReact component

Input parameters:

- `component` (string, required): Component name

### `get_component_events` (~27 tokens)

Get all events for a PrimeReact component

Input parameters:

- `component` (string, required): Component name

### `get_component_methods` (~27 tokens)

Get all methods for a PrimeReact component

Input parameters:

- `component` (string, required): Component name

### `get_component_slots` (~27 tokens)

Get all slots for a PrimeReact component

Input parameters:

- `component` (string, required): Component name

### `get_usage_example` (~27 tokens)

Get code examples for a PrimeReact component

Input parameters:

- `component` (string, required): Component name

### `get_component_pt` (~35 tokens)

Get Pass Through (PT) options for a PrimeReact component to customize DOM elements

Input parameters:

- `component` (string, required): Component name

### `get_component_tokens` (~31 tokens)

Get design tokens (CSS variables) for a PrimeReact component

Input parameters:

- `component` (string, required): Component name

### `get_component_styles` (~28 tokens)

Get CSS class names for a PrimeReact component

Input parameters:

- `component` (string, required): Component name

### `find_by_prop` (~32 tokens)

Find PrimeReact components that have a specific prop

Input parameters:

- `prop_name` (string, required): Property name to search for

### `find_by_event` (~32 tokens)

Find PrimeReact components that emit a specific event

Input parameters:

- `event_name` (string, required): Event name to search for

### `get_component_url` (~29 tokens)

Get the official documentation URL for a PrimeReact component

Input parameters:

- `component` (string, required): Component name

### `compare_components` (~39 tokens)

Compare two PrimeReact components side by side

Input parameters:

- `component1` (string, required): First component name
- `component2` (string, required): Second component name

### `get_categories` (~15 tokens)

Get all PrimeReact component categories

### `get_version_info` (~17 tokens)

Get PrimeReact version and compatibility information

### `get_component_sections` (~31 tokens)

Get all available sections/features for a PrimeReact component with examples

Input parameters:

- `component` (string, required): Component name

### `get_component_import` (~29 tokens)

Get the correct import statement for a PrimeReact component

Input parameters:

- `component` (string, required): Component name

### `get_accessibility_info` (~28 tokens)

Get accessibility information for a PrimeReact component

Input parameters:

- `component` (string, required): Component name

### `get_related_components` (~31 tokens)

Find PrimeReact components related to or similar to a given component

Input parameters:

- `component` (string, required): Component name

### `get_performance_tips` (~31 tokens)

Get performance optimization tips for a specific PrimeReact component

Input parameters:

- `component` (string, required): Component name

### `validate_props` (~42 tokens)

Validate if props exist and are correctly used for a PrimeReact component

Input parameters:

- `component` (string, required): Component name
- `props` (object, required): Props object to validate

### `generate_component_template` (~42 tokens)

Generate a basic template for a PrimeReact component with common props

Input parameters:

- `component` (string, required): Component name
- `include_events` (boolean): Include event handlers

### `export_component_docs` (~30 tokens)

Export complete documentation for a PrimeReact component in markdown format

Input parameters:

- `component` (string, required): Component name

### `list_guides` (~19 tokens)

List all available PrimeReact guides and documentation pages

### `get_guide` (~40 tokens)

Get a specific PrimeReact guide by name

Input parameters:

- `name` (string, required): Guide name
- `section` (string): Optional section ID within the guide

### `get_configuration` (~62 tokens)

Get PrimeReact application-wide configuration options (ripple, zIndex, locale, PT options, etc.)

Input parameters:

- `section` (string): Optional section: 'csp', 'dynamic', 'filtermode', 'locale', 'ripple', 'zindex', etc.

### `get_tailwind_guide` (~47 tokens)

Get guide for integrating PrimeReact with Tailwind CSS

Input parameters:

- `section` (string): Optional section: 'overview', 'darkmode', 'animations', 'colorpalette', etc.

### `get_icons_guide` (~58 tokens)

Get guide for using icons in PrimeReact (PrimeIcons, custom icons, FontAwesome, Material)

Input parameters:

- `type` (string): Icon type: 'primeicons' (default) or 'custom' (FontAwesome, Material, SVG)

### `get_accessibility_guide` (~27 tokens)

Get PrimeReact accessibility guide (WCAG compliance, ARIA, screen readers)

### `get_theming_info` (~46 tokens)

Get information about PrimeReact theming

Input parameters:

- `mode` (string): Theming mode: 'styled', 'unstyled', or 'passthrough'. Defaults to 'styled'

### `get_theming_guide` (~49 tokens)

Get detailed PrimeReact theming guide (styled mode, unstyled mode, design tokens)

Input parameters:

- `mode` (string): Theming mode: 'styled' (default), 'unstyled'

### `get_passthrough_guide` (~53 tokens)

Get guide for using Pass Through (PT) to customize PrimeReact component DOM elements

Input parameters:

- `section` (string): Optional section: 'basic', 'global', 'instance', 'lifecycle', etc.

### `get_installation` (~44 tokens)

Get PrimeReact installation instructions

Input parameters:

- `environment` (string): Environment/framework: 'vite', 'nuxt', 'laravel', or 'cdn'. Defaults to 'vite'

### `find_components_with_feature` (~55 tokens)

Find PrimeReact components that support a specific feature (e.g., 'filter', 'lazy', 'virtual', 'template', 'multiple', 'disabled')

Input parameters:

- `feature` (string, required): Feature to search for in component sections

### `search_all` (~31 tokens)

Search across all PrimeReact components, guides, props, and examples

Input parameters:

- `query` (string, required): Search query

### `suggest_component` (~55 tokens)

Suggest PrimeReact components based on a use case description

Input parameters:

- `use_case` (string, required): Description of what you want to build (e.g., 'data table with sorting', 'date picker', 'file upload', 'dropdown menu')

### `get_form_components` (~17 tokens)

Get all PrimeReact form input components

### `get_data_components` (~23 tokens)

Get all PrimeReact data display components (tables, lists, trees)

### `get_overlay_components` (~28 tokens)

Get all PrimeReact overlay/popup components (dialogs, drawers, popovers, tooltips)

### `list_examples` (~31 tokens)

List all available code examples across PrimeReact components

Input parameters:

- `component` (string): Optional component name to filter examples

### `get_example` (~78 tokens)

Get a specific code example by PrimeReact component and section

Input parameters:

- `component` (string, required): Component name
- `section` (string, required): Section ID (e.g., 'basic', 'controlled', 'template')
- `variant` (string): Example variant: 'basic' for composition API, 'options' for options API (default: 'basic')

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/wisdomrock-primereact-mcp/primereact-mcp#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 26
- 2026-07-31: 21
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/primereact-mcp
- Socket report: https://socket.dev/npm/package/primereact-mcp
- Repository: https://github.com/wisdomrock/primereact-mcp
- Changelog RSS feed: https://verifymcp.io/servers/wisdomrock-primereact-mcp/primereact-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/wisdomrock-primereact-mcp/primereact-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/wisdomrock-primereact-mcp/primereact-mcp
