← Back to Integrations
C
Cursor MCP Server for WordPress Setup
Model Context Protocol Tutorial
WordPress developers using Cursor can manage their sites without leaving the editor. Easy MCP AI's MCP server gives Cursor access to 162 WordPress tools — create posts, update settings, manage WooCommerce — all in your AI chat panel.
File: ~/.cursor/mcp.json
{
"mcpServers": {
"wordpress": {
"url": "https://yoursite.com/wp-json/easy-mcp-ai/v1/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}
Need your API Token?
Remember to generate your Bearer token in the WordPress admin panel under Easy MCP AI → API Tokens before completing this setup.
Download Plugin