Back to Home
vapvarun icon

wpcs-mcp-server

Verified Safe

by vapvarun

Overview

Integrates WordPress Coding Standards (WPCS) checks and automatic fixes with Claude AI for WordPress plugin/theme development workflows.

Installation

Run Command
node ~/.mcp-servers/wpcs-mcp-server/build/index.js

Security Notes

The server relies heavily on `execSync` to run `phpcs` and `phpcbf` commands. While arguments for file paths are quoted, a theoretical risk of shell injection exists if a malicious input could craft a path that escapes these quotes and injects arbitrary commands. However, this is a local development tool where the user implicitly trusts the execution. The paths originating from `git diff` are generally safe. No `eval` or obfuscation is present, and no direct network connections are initiated by the server itself, reducing external attack surface.

Similar Servers

Stats

Interest Score28
Security Score7
Cost ClassMedium
Avg Tokens1500
Stars14
Forks1
Last Update2025-12-20

Tags

WordPressPHPCode QualityAIDevelopment