What it does
This MCP server integrates Mantine documentation into Claude, enabling lookups of components, hooks, and utilities directly during development. Since no explicit tools are exposed, it likely surfaces documentation through MCP resources or by processing filesystem and network requests to fetch the latest Mantine API reference.
Who it's for
Frontend engineers building React applications with Mantine who work inside Claude Code or other MCP-compatible environments. Useful during component selection, API consultation, and theme/styling decisions without context-switching to browser docs.
Common use cases
- Query Mantine component API signatures and prop documentation while coding
- Find example usage patterns for hooks from the 80+
@mantine/hookscollection - Look up theming and styling options for components and layouts
- Cross-reference form, chart, notification, and other specialized package documentation
Setup pitfalls
- One secret was detected in the source code during scanning. Review the repository before use in production environments.
- High risk classification due to filesystem write access and network calls. Understand what data the server accesses and ensure your deployment environment allows outbound connections to
mantine.dev. - The server reads and writes the filesystem. If running in a shared or untrusted context, sandbox or restrict its permissions accordingly.