← Back to Integrations
R

Roo Code (VS Code) Setup

Model Context Protocol Tutorial

Roo Code is an open-source, highly-customizable AI coding agent for VS Code. It supports multiple AI models and MCP servers via Streamable HTTP, enabling developers to manage WordPress content — such as creating or updating posts — as a seamless part of their development workflow.

File: roo_cline_mcp_settings.json

{
    "mcpServers": {
        "wordpress": {
            "autoApprove": [],
            "disabled": false,
            "transportType": "streamableHttp",
            "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