Skip to main content
Glama
TheDecipherist

classmcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
set_frameworkA

Set the CSS framework to use for all subsequent operations. Choose based on your project's CSS framework. DEFAULT: tailwind

get_classB

Get the full utility classes for a semantic class name. Returns the CSS classes you should use in your HTML. Supports SSR-safe filtering.

list_classesA

List all available semantic class names, optionally filtered by category. Use this to discover available patterns.

search_classesA

Search for classes by name, description, or category. Use when you're not sure of the exact class name.

generate_cssB

Generate CSS that defines all semantic classes. Add this to your project's CSS file to use the semantic class names.

get_componentB

Get a complete HTML component example using semantic classes. Great for seeing how classes work together.

get_ssr_infoA

Get SSR/hydration safety information for a class pattern. Use this when building SSR/Next.js/Nuxt/Remix applications to avoid hydration mismatches.

list_frameworksA

List all available CSS frameworks and their statistics.

reload_configA

Reload custom patterns from the config file (.classmcp.json). Use this after modifying your config file.

list_custom_patternsA

List all custom (user-defined) patterns loaded from your config file.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
classmcp InfoInformation about classmcp and available frameworks
All Tailwind CSS PatternsComplete list of all available semantic class patterns
Full Tailwind CSS CSSComplete CSS file with all class definitions
Buttons PatternsClass patterns for buttons
Cards PatternsClass patterns for cards
Forms PatternsClass patterns for forms
Badges PatternsClass patterns for badges
Alerts PatternsClass patterns for alerts
Avatars PatternsClass patterns for avatars
Layout PatternsClass patterns for layout
Typography PatternsClass patterns for typography
Navigation PatternsClass patterns for navigation
Icons PatternsClass patterns for icons
Code PatternsClass patterns for code
Pricing PatternsClass patterns for pricing
Modals PatternsClass patterns for modals
Tables PatternsClass patterns for tables
Lists PatternsClass patterns for lists
Loading PatternsClass patterns for loading
Dividers PatternsClass patterns for dividers
Backgrounds PatternsClass patterns for backgrounds
Fonts PatternsClass patterns for fonts

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheDecipherist/classmcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server