← 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