← Back to Integrations
C

Claude Desktop Setup

Model Context Protocol Tutorial

Claude Desktop is Anthropic's native desktop application for macOS and Windows. It offers first-class MCP support through a simple JSON config file, making it one of the easiest ways to give Claude direct access to your WordPress site.

File: claude_desktop_config.json

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
    "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