← Back to Integrations
Z
Zed Editor MCP Server for WordPress Setup
Model Context Protocol Tutorial
The fastest code editor now manages WordPress too. Add your Easy MCP AI endpoint to ~/.config/zed/settings.json and Zed's built-in AI assistant can create posts, manage media, and control WordPress at Rust-level speed.
File: ~/.config/zed/settings.json
{
"context_servers": {
"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