patternfly-mcp

patternfly/patternfly-mcp
★ 3 stars TypeScript 🧠 Memory/Knowledge Updated today
An MCP server that provides access to PatternFly rules and documentation.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "patternfly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "patternfly/patternfly-mcp"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server that provides access to PatternFly rules and documentation, built with Node.js. The PatternFly MCP server is a comprehensive library resource for PatternFly. It is intended to be extensible to meet the needs of different teams and projects, from simple to complex, from design to development.

Tools (1)

npx