
PatternFly MCP Server
OfficialProvides PatternFly React component documentation, schemas, and development best practices to AI assistants. Helps developers build applications using PatternFly components correctly.
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
Tools (3)
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
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"
[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.