Microsoft's official MCP server for Azure DevOps - work items, repos, pipelines, wikis, test plans and iterations, reachable from any MCP client in plain language.
Panda CSS MCP Server
Summary
Official Panda CSS MCP server that exposes your design system - tokens, recipes, patterns, breakpoints and the resolved config - so an agent styles components with real values.
Features
- Expose design tokens, semantic tokens and the colour palette to an agent
- Read component recipes and layout patterns with their variants
- Report breakpoints, pseudo-classes and colour-mode conditions
- Return the resolved Panda configuration
- Generate a usage report across the codebase
- One-command client config via panda-mcp init --client
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Panda CSS is a build-time CSS-in-JS framework, and its MCP server solves a specific problem: an AI assistant writing components for a Panda project has no way to know your design tokens, so it invents hex codes and spacing values that do not exist in the theme. This server reads the resolved Panda configuration and hands the agent the real thing.
Tools
get_tokens- all design tokens with values, CSS variables and usage examplesget_semantic_tokens- semantic tokens with their conditional values across responsive breakpoints and colour modesget_recipes- component recipes with variants, defaults and usage examplesget_patterns- layout patterns with their properties and usage examplesget_conditions- breakpoints, pseudo-classes and colour modes with their CSS valuesget_color_palette- the full colour paletteget_text_styles,get_layer_styles,get_animation_styles- typography, visual and animation style compositionsget_keyframes- keyframe animations defined in the themeget_config- the resolved Panda configuration including paths, JSX settings and output optionsget_usage_report- how the design system is actually being used across the codebase
Running it
npx -y @pandacss/mcpThere is also a one-shot config generator:
npx -y @pandacss/mcp init --client cursorThe MCP server is deliberately published as a separate package rather than being folded into @pandacss/dev, so that installing Panda does not pull the MCP SDK and Hono into every project that only wants the CSS framework.
MIT licensed, maintained in the chakra-ui/panda monorepo by the Panda CSS team.
Related MCP Servers
Semantic code toolkit for coding agents — symbol-level search, editing and refactoring backed by language servers or the JetBrains platform.
Official Hugging Face MCP server: search models, datasets, Spaces and papers on the Hub, read repository files, and call Gradio apps as agent tools.
GitLab's own MCP server — issues, merge requests, CI/CD pipelines, job logs, wikis and semantic code search over an OAuth-authorised HTTP endpoint.