@wp-playground/mcp
Freeby MCP Community
MCP server for WordPress Playground - enables AI agents to interact with the WordPress Playground website.
v3.1.18Added Apr 12, 2026
@wp-playground/mcp MCP Server
MCP server for WordPress Playground - enables AI agents to interact with the WordPress Playground website.
Installation
npx -y @wp-playground/mcp
Reviews
Installation
Quick install
npx -y @wp-playground/mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"@wp-playground/mcp": {
"command": "npx",
"args": ["-y", "@wp-playground/mcp"]
}
}
}