wordpress-developer-mcp-server

nightnei/wordpress-developer-mcp-server
★ 41 stars TypeScript 🤖 AI/LLM Updated today
Turn your AI into a WordPress developer
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wordpress-developer-": {
      "command": "npx",
      "args": [
        "-y",
        "nightnei/wordpress-developer-mcp-server"
      ]
    }
  }
}