← Back to Integrations
C
Claude Code MCP Server for WordPress Setup
Model Context Protocol Tutorial
Run WordPress operations from your terminal with Claude Code. Easy MCP AI supports Streamable HTTP so Claude Code can chain multi-step tasks like 'draft, publish, then update Yoast SEO' in a single agentic run.
File: Claude Code MCP config
{
"mcpServers": {
"wordpress": {
"type": "streamable-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