Servers
Mantine UI MCP Server
@hakxel
MCP server for working with Mantine UI components - provides documentation, generation, and theme utilities
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mantine-ui-server": {
"command": "npx",
"args": [
"@hakxel/mantine-ui-server"
]
}
}
}