wpds

Query WPDS MCP server endpoints for components, tokens, and pages.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/javiercasares/cloudfest-wporgdownload --skill wpds-javiercasares
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wpds
Source: https://github.com/javiercasares/cloudfest-wporgdownload/tree/main/.claude/skills/wpds
Command: npx skills add https://github.com/javiercasares/cloudfest-wporgdownload --skill wpds-javiercasares

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to access authoritative WordPress Design System (WPDS) documentation and resources from a local MCP server, reducing guesswork and ensuring UI consistency.

Core Features & Use Cases

  • Access canonical WPDS docs via the MCP server, including pages, components, and tokens.
  • Retrieve component details, token lists, and design patterns to guide UI implementation.
  • Use in WordPress-based projects to align UI with WPDS standards and accelerate prototyping.

Quick Start

Query the WPDS MCP server for a component, e.g., get the Button component at wpds://components/button and inspect its tokens and usage guidelines.

Frequently Asked Questions about wpds

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access WordPress Design System tokens for my UI project?

WordPress Design System tokens are accessed by querying the local WPDS MCP server using endpoints like wpds://design-tokens to retrieve canonical token lists and ensure UI consistency.

Can I retrieve WPDS component documentation for a TypeScript React workflow?

Yes, you can retrieve WPDS component documentation by querying endpoints such as wpds://components/button, which provides usage guidelines and token details specifically for TypeScript/React workflows.

What is the best way to align WordPress plugin UI with WPDS standards?

The best way to align WordPress plugin UI is by querying the WPDS MCP server for components, tokens, and design patterns, ensuring your interface matches official WordPress Design System standards.

Does the WPDS MCP server require any specific dependencies to run locally?

No specific dependencies are required to run the WPDS MCP server locally, allowing teams to directly query pages, components, and design tokens without additional environment setup.

When do I need to query the WPDS MCP server during theme development?

You need to query the WPDS MCP server during theme development when building or reviewing UI to ensure alignment with WPDS components, tokens, and patterns, reducing guesswork in implementation.

How do I find WPDS design patterns for prototyping?

You find WPDS design patterns for prototyping by querying the wpds://pages endpoint on the local MCP server, which retrieves authoritative documentation to guide and accelerate your UI implementation.