mantine-ui-server
Mantine UI MCP Server provides tools for working with Mantine UI components.
The Mantine UI MCP Server is a specialized server designed to facilitate the use of Mantine UI components through the Model Context Protocol (MCP). It offers a suite of tools for documentation, component generation, and theme configuration, making it easier for developers to integrate and customize Mantine components in their projects. The server can be installed globally or used with npx, and it supports integration with platforms like Claude Desktop and VS Code. With features like component documentation retrieval, component search, and theme utilities, the Mantine UI MCP Server streamlines the development process for applications using Mantine UI.
Features
- {'name': 'Documentation Tools', 'description': 'Provides tools to get detailed documentation, search, and list Mantine components.'}
- {'name': 'Component Generation', 'description': 'Allows generation of custom Mantine-based components with various variants.'}
- {'name': 'Theme Utilities', 'description': 'Enables creation of Mantine theme configurations and component-specific themes.'}
MCP Tools
- get_component_docs: Get detailed documentation for any Mantine component.
- search_components: Search for Mantine components by keyword.
- list_components: List all available Mantine components.
- generate_component: Generate custom Mantine-based components with variants.
- create_theme_config: Create Mantine theme configurations.
- create_component_theme: Create component-specific theme configurations.
Usage with Different Platforms
Claude Desktop
{
"mcpServers": {
"mantine": {
"command": "npx",
"args": ["@hakxel/mantine-ui-server"],
"env": {
"MANTINE_VERSION": "7.16.2" // Optional: specify version
}
}
}
}
VS Code with Claude Extension
{
"mcpServers": {
"mantine": {
"command": "npx",
"args": ["@hakxel/mantine-ui-server"],
"env": {
"MANTINE_VERSION": "7.16.2" // Optional: specify version
}
}
}
}
Related MCP Servers
View all developer_tools servers →Sequential Thinking🏅
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
context7
by upstash
Context7 MCP provides up-to-date, version-specific documentation and code examples directly into your prompt, enhancing the capabilities of LLMs by avoiding outdated or hallucinated information.
git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Everything MCP Server
by modelcontextprotocol
The Everything MCP Server is a comprehensive test server designed to demonstrate the full capabilities of the Model Context Protocol (MCP). It is not intended for production use but serves as a valuable tool for developers building MCP clients.
exa-mcp-server
by exa-labs
A Model Context Protocol (MCP) server allows AI assistants to use the Exa AI Search API for real-time web searches in a secure manner.
repomix
by yamadashy
Repomix is a tool that packages your entire codebase into a single, AI-friendly file, making it easier to use with AI tools like LLMs.
Sequential Thinking MCP Server
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.