css-mcp
An MCP server for CSS documentation from MDN and comprehensive CSS code analysis
Versions
1.3.0latest1.0.2Tools 4
get_docs Fetch official MDN documentation for any CSS property, selector, function, or concept. Use this tool PROACTIVELY whenever the user mentions CSS features. Supports simple slugs (auto-normalized):
get_browser_compatibility Get browser support data for CSS features. Use this tool when the user needs to know browser compatibility, or when suggesting modern CSS features that may need fallbacks. Format:
analyze_css Analyze CSS code for quality, complexity, and design patterns. Returns curated summary by default (lightweight, ~1-2k tokens) or full 150+ metrics with summaryOnly: false. Use this to identify issues, suggest improvements, or audit CSS codebases.
analyze_project_css Analyze all CSS files in a project directory. Finds all .css files recursively, combines them, and analyzes as a whole. Accepts: single file path, directory path, or glob pattern (e.g.,
Permissions 1
network medium