← Back to Integrations
C

Claude Code Setup

Model Context Protocol Tutorial

Claude Code is Anthropic's agentic coding assistant built for terminal-native workflows. It supports MCP servers natively over Streamable HTTP, allowing developers to trigger WordPress content actions directly from their coding environment.

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