โ† Back to Integrations
G

GitHub Copilot MCP Server for WordPress Setup

Model Context Protocol Tutorial

Per-project WordPress access for dev teams. Add .vscode/mcp.json to any repo and every developer gets Copilot agent mode connected to that project's WordPress site โ€” publish changelogs, update docs, manage content.

File: .vscode/mcp.json in your project

{
    "servers": {
        "wordpress": {
            "type": "http",
            "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

Newsletter

The AI + WordPress space moves fast. Keep up.

New tools, workflow ideas, and product updates โ€” be the first to know what's next.

No spam, unsubscribe anytime.