← Back to Integrations
W
Windsurf Setup
Model Context Protocol Tutorial
Windsurf is an AI-powered code editor by Codeium, featuring a deep agentic mode called Cascade that can reason, plan, and act across your entire codebase. With MCP support, Windsurf can also take actions on your WordPress site — like publishing content or managing settings — without ever leaving the editor.
File: ~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"wordpress": {
"serverUrl": "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