Skip to main content

❓ Frequently Asked Questions (FAQ)

Here are some of the most common questions we receive. If you don't find your answer here, feel free to reach out to us on our community channels!

🌟 General

Q: What exactly is MCP for WP? A: MCP for WP stands for the "Model Context Protocol." It is a protocol designed to connect to AI models, enabling applications (like this plugin) to communicate with a wide variety of AI providers. You can learn more in our What is MCP for WP? guide.

Q: Is MCP for WP compatible with WordPress Multisite? A: Yes, absolutely! Each site in a multisite network manages its own tools, settings, and logs independently.

🛠️ Setup & Configuration

Q: What are the requirements to use MCP for WP? A: You'll need:

  • WordPress version 5.8 or higher.
  • PHP version 7.4 or higher.
  • An active API key from your chosen AI provider (like OpenAI, etc.).

Q: Can I use different AI providers for different tools? A: Yes! You can configure a unique AI provider for each tool you create, giving you the flexibility to use the best service for each specific task.

🐛 Troubleshooting

Q: How can I debug a tool that isn't working correctly? A: The first place to look is the Execution Logs under the MCP for WP menu. This will give you detailed information about the request and response. Also, double-check that your API key is valid and has sufficient quota.

Q: Where can I find more help if I'm stuck? A: For more detailed solutions, please see our Troubleshooting Guide. If you're still having trouble, don't hesitate to open an issue on our GitHub repository.

🧩 Extending MCP for WP

Q: How can I extend the functionality of MCP for WP? A: MCP for WP is built to be extensible! You can use various hooks, filters, and even create your own custom providers to add new features. For more details, check out our guide on Extending MCP for WP.