$ timeahead.in
/ servers/npm/@primeng/mcp
npm

@primeng/mcp

Model Context Protocol (MCP) server for PrimeNg component library

12k stars2k/wkupdated 1d agogithub ↗
89good
▣ Overview
npm versionnpm downloadsActions CIDiscord ChatDiscussions

What it does

An MCP server that brings the PrimeNG component library into Claude's context. PrimeNG is a mature, open-source collection of 180+ pre-built Angular UI components covering data tables, forms, calendars, menus, and more. The server reads the filesystem and makes network calls, likely to fetch component documentation and APIs. However, the README does not describe the MCP wrapper's specific interface — zero tools were detected during scanning, suggesting a resource-based design or a detection limitation. The underlying PrimeNG library is well-maintained with 12,000+ GitHub stars and 2,000+ weekly downloads.

Who it's for

Angular developers building UIs with PrimeNG who want Claude to help generate templates, explain component APIs, or suggest components for specific use cases. Useful for those new to PrimeNG or rapidly prototyping with AI assistance.

Common use cases

  • Query available PrimeNG components, props, and event bindings in Claude Code
  • Generate Angular template code with correct PrimeNG syntax
  • Get code examples for specific UI patterns from the component library
  • Understand form validation and state management options in PrimeNG components

Setup pitfalls

  • Requires read and write filesystem access — ensure appropriate permissions are in place
  • Makes network calls to fetch documentation — requires outbound internet connectivity
  • Very recent project (updated 1 day ago) with no CI configured — verify capabilities before integrating into critical workflows
  • Zero tools detected in the scanner — the actual MCP interface may differ from expectations; test before relying on it
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
80
15.9
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
88.9
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "primengmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@primeng/mcp"
      ]
    }
  }
}
⚙ Maintenance health
60/ 100 · is this project alive?
contributors (1y)24
top contributor share39%
releases (1y)31
last release1d ago
ci✗ none
⛁ Raw data
weekly downloads2k
github stars12k
forks5k
open issues1320
license✓ present
readme length1042 chars
last publish0d ago
last commit1d ago
last updated10h ago
install verified✓ pass · 23d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points