PatternFly MCP Server

PatternFly MCP Server

Official
patternfly

Provides PatternFly React component documentation, schemas, and development best practices to AI assistants. Helps developers build applications using PatternFly components correctly.

3156 views7Local (stdio)

What it does

  • Retrieve PatternFly component documentation and schemas
  • Search PatternFly components by name
  • Access development rules and best practices
  • Get component JSON schemas for validation

Best for

React developers using PatternFly design systemTeams building enterprise applications with PatternFlyDevelopers learning PatternFly component APIs
Official PatternFly documentation accessComponent schemas included

Tools (3)

usePatternFlyDocs

Get markdown documentation and component JSON schemas for PatternFly components. **Usage**: 1. Input a component name (e.g., "Button") OR a list of up to 15 documentation URLs at a time (typically from searchPatternFlyDocs results). **Returns**: - Markdown documentation - Component JSON schemas, if available

searchPatternFlyDocs

Search PatternFly components and get component names with documentation URLs. Supports case-insensitive partial and all ("*") matches. **Usage**: 1. Input a "searchQuery" to find PatternFly documentation URLs and component names. 2. Use the returned component names OR URLs with the "usePatternFlyDocs" tool to get markdown documentation and component JSON schemas. **Returns**: - Component names that can be used with "usePatternFlyDocs" - Documentation URLs that can be used with "usePatternFlyDocs"

componentSchemas

[Deprecated: Use "usePatternFlyDocs" to retrieve component schemas from PatternFly documentation URLs.] Get JSON Schema for a PatternFly React component. Returns prop definitions, types, and validation rules. Use this for structured component metadata, not documentation.

Alternatives