Novamira
MCP server that gives AI agents full access to WordPress through PHP execution and filesystem operations
What is Novamira?
Novamira is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server that gives ai agents full access to wordpress through php execution and filesystem operations
MCP server that gives AI agents full access to WordPress through PHP execution and filesystem operations
This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- MCP server that gives AI agents full access to WordPress thr
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx novamiraConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Novamira
Novamira is a WordPress plugin that turns any WordPress installation into a fully MCP-accessible environment, giving AI agents like Claude direct capability to execute PHP code, run WP-CLI commands, query the database, read and edit theme and plugin files, and interact with popular tools like WooCommerce, Elementor, ACF, and Yoast SEO. All communication happens directly between your AI client and WordPress—no data passes through Novamira's servers. It is designed for development and staging environments where an AI pair-programmer can freely inspect and modify the full WordPress stack.
Prerequisites
- A WordPress installation on a dev or staging server (not production without backups)
- WordPress admin access to install plugins
- An MCP-compatible AI client: Claude Desktop, Claude Code, Cursor, Windsurf, VS Code + Copilot, or similar
- WP-CLI installed on the server (recommended for full capability)
- Recent database backup before enabling AI write access
Install the Novamira plugin
Download the Novamira plugin from novamira.ai or the WordPress plugin repository and install it via the WordPress admin panel under Plugins → Add New → Upload Plugin.
Activate the plugin and enable AI Abilities
After activation, navigate to Novamira in the WordPress admin sidebar and go to the Settings page. Enable 'AI Abilities' to unlock PHP execution, WP-CLI, and filesystem operations.
Copy the MCP setup prompt
Navigate to Novamira → Connect in the WordPress admin. The page displays a generated setup prompt containing your WordPress URL and MCP endpoint details. Copy the full prompt.
Paste the setup prompt into your AI client
Paste the copied prompt into Claude Desktop, Claude Code, or any other MCP-compatible client. The AI agent reads the prompt, writes the correct MCP server configuration for you, and restarts the session automatically.
Verify the connection
After the session restarts, ask your AI client to list the active WordPress plugins or read `wp-config.php`. A successful response confirms the MCP connection is working.
Novamira Examples
Client configuration
Novamira generates its own MCP config via the in-WordPress setup wizard. The agent writes this config automatically when you paste the setup prompt. The structure follows the standard MCP server pattern pointing to your WordPress instance.
{
"mcpServers": {
"novamira": {
"command": "npx",
"args": ["novamira"],
"env": {
"WP_URL": "https://your-staging-site.com",
"WP_SECRET": "<generated-by-plugin>"
}
}
}
}Prompts to try
Example tasks to ask your AI client after connecting Novamira to a WordPress site.
- "List all active plugins and their versions on this WordPress site"
- "Find the PHP error causing the 500 on the checkout page and fix it"
- "Bulk-update all product prices in WooCommerce by adding 10%"
- "Regenerate all image thumbnails using WP-CLI"
- "Rewrite the homepage hero section in Elementor to use the new brand copy"Troubleshooting Novamira
AI client cannot connect after pasting the setup prompt
Ensure the WordPress site is publicly reachable from your AI client's network, or use a tunneling tool like ngrok for local WordPress installs. Confirm the Novamira plugin is active and AI Abilities are enabled in settings.
PHP execution commands return permission errors
The web server user (e.g., www-data) must have write access to the WordPress directory for file operations. For WP-CLI commands, ensure WP-CLI is installed at a path accessible to the web server or configure the plugin with the correct WP-CLI path.
Changes made by the AI broke the site
Novamira is intended for dev/staging environments only. Restore from your pre-session database and file backup. Enable WordPress's built-in revision system and use a staging plugin with snapshot capability before each AI session.
Frequently Asked Questions about Novamira
What is Novamira?
Novamira is a Model Context Protocol (MCP) server that mcp server that gives ai agents full access to wordpress through php execution and filesystem operations It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Novamira?
Follow the installation instructions on the Novamira GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Novamira?
Novamira works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Novamira free to use?
Yes, Novamira is open source and available under the AGPL-3.0 license. You can use it freely in both personal and commercial projects.
Novamira Alternatives — Similar Business Applications Servers
Looking for alternatives to Novamira? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.
n8n
★ 189.1kA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou
LobeHub
★ 77.5k🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
Jeecgboot
★ 46.4kAI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。
CowAgent
★ 44.7kCowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Minds Platform
★ 39.2kPlatform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.
Astrbot
★ 32.8kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Browse More Business Applications MCP Servers
Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Novamira in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Novamira?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.