classmcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| classmcp Info | Information about classmcp and available frameworks |
| All Tailwind CSS Patterns | Complete list of all available semantic class patterns |
| Full Tailwind CSS CSS | Complete CSS file with all class definitions |
| Buttons Patterns | Class patterns for buttons |
| Cards Patterns | Class patterns for cards |
| Forms Patterns | Class patterns for forms |
| Badges Patterns | Class patterns for badges |
| Alerts Patterns | Class patterns for alerts |
| Avatars Patterns | Class patterns for avatars |
| Layout Patterns | Class patterns for layout |
| Typography Patterns | Class patterns for typography |
| Navigation Patterns | Class patterns for navigation |
| Icons Patterns | Class patterns for icons |
| Code Patterns | Class patterns for code |
| Pricing Patterns | Class patterns for pricing |
| Modals Patterns | Class patterns for modals |
| Tables Patterns | Class patterns for tables |
| Lists Patterns | Class patterns for lists |
| Loading Patterns | Class patterns for loading |
| Dividers Patterns | Class patterns for dividers |
| Backgrounds Patterns | Class patterns for backgrounds |
| Fonts Patterns | Class 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