Enable AI agents to fully manage WordPress via PHP and file system operations with this MCP server implementation.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"novamira": {
"command": "npx",
"args": [
"-y",
"Paulson26/novamira"
]
}
}
}
Run in terminal:
claude mcp add novamira npx -y Paulson26/novamira
Add to .cursor/mcp.json:
{
"mcpServers": {
"novamira": {
"command": "npx",
"args": [
"-y",
"Paulson26/novamira"
]
}
}
}