WordPress Design System MCP Server
Provides an alternative, machine-readable interface to the WordPress Gutenberg Storybook documentation, allowing AI agents to query component information and usage examples.
Provides AI agents with component documentation, usage examples, and design tokens for the WordPress design system, enabling correct implementation of WordPress components.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WordPress Design System MCP ServerHow do I implement a dropdown menu?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WordPress Design System MCP Server
An MCP (Model Context Protocol) server for the WordPress Design System. Provides AI agents with component documentation, usage examples, and design tokens.
By using the MCP server, you can be confident that your AI agents are correctly following the latest design system guidance when asking questions like:
Which components should be used for a given interaction or user interface, like a button or a dropdown
How to implement those components in code, following sample code from the design system documentation
How to implement new components following the design system styling standards with design tokens
Without the MCP server, an AI agent may produce a functional and convincing result, but there's a higher risk that its resources are out-of-date or inaccurate, and it may try to use components which are no longer recommended for use. Since AI agents are unable to read the WordPress Gutenberg Storybook documentation, the MCP server provides an alternative, machine-readable interface to that same information.
Setup
Claude Code
claude mcp add wordpress-design-system -- npx -y --ignore-scripts --min-release-age=2 @wordpress/design-system-mcp@latestOpenAI Codex
codex mcp add wordpress-design-system -- npx -y --ignore-scripts --min-release-age=2 @wordpress/design-system-mcp@latestCursor
Other (Claude Desktop, VS Code)
Add to your MCP client configuration (mcp.json or equivalent):
{
"mcpServers": {
"wordpress-design-system": {
"command": "npx",
"args": [
"-y",
"--ignore-scripts",
"--min-release-age=2",
"@wordpress/design-system-mcp@latest"
]
}
}
}Configuration instructions for common clients:
This guide is for the "filesystem" server, but you can substitute the
mcpServersentry from the snippet above and the rest of the instructions still apply.
Related MCP server: mcpsystem.design MCP Server
Contributing to this package
This is an individual package that's part of the Gutenberg project. The project is organized as a monorepo. It's made up of multiple self-contained software packages, each with a specific purpose. The packages in this monorepo are published to npm and used by WordPress as well as by the broader JavaScript ecosystem.
To find out more about contributing to this package or Gutenberg as a whole, please read the project's main contributor guide.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/thatintrovertdeveloper/wp-design-system-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server