WordPressMCPTestServer
Verified Safeby collegeman
Overview
Provides a WordPress-native Model Context Protocol (MCP) server for AI-assisted page building using the Ollie block theme, allowing AI clients like Claude to build pages from patterns and design tokens.
Installation
wp mcp-adapter serve --user=admin --server=mcp-adapter-default-serverEnvironment Variables
- WP_ENV
- DB_NAME
- DB_USER
- DB_PASSWORD
- DB_HOST
Security Notes
The server is built on Roots Bedrock, a more secure WordPress boilerplate. It utilizes the WordPress Abilities API and MCP Adapter for structured AI interaction, which is a good practice for controlling exposed functionality. Critical security features include 'draft-first editing' to prevent direct malicious edits to live content and the initial abilities being read-only (`get-patterns`, `get-design-tokens`), significantly reducing the immediate attack surface. Environment variables are managed with Dotenv. Potential risks exist with future 'enhanced abilities' if input sanitization and authorization are not meticulously handled.
Similar Servers
f2c-mcp
A Model Context Protocol server for Figma Design to Code, enabling AI tools to convert Figma designs into production-ready frontend code.
mcp-server
This plugin implements a Model Context Protocol (MCP) server for WordPress, exposing WordPress's data and functionality through its REST API to AI clients.
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
mcp-for-woocommerce
Connects WordPress and WooCommerce to AI systems via Model Context Protocol, enabling AI agents to query and manage e-commerce data (products, orders, categories, shipping, payments, taxes) and content (posts, pages).