MCP Catalogs
Home

memory vs elementor-mcp

Side-by-side comparison to help you pick between these two MCP servers.

memory
by modelcontextprotocol
elementor-mcp
by msrbuilds
Stars★ 85,748★ 318
30d uses
Score7752
Official
Categories
Knowledge GraphAI / LLM ToolsProductivity
Developer ToolsE-commerceProductivity
LanguageTypeScriptPHP
Last committhis monththis month

memory · Summary

An MCP server implementing persistent memory using a local knowledge graph for AI models to remember user information across chats.

elementor-mcp · Summary

WordPress plugin that extends Elementor with 97 MCP tools for AI-powered page design management.

memory · Use cases

  • Personalizing AI assistant interactions by remembering user preferences, history, and relationships
  • Building context-aware chat applications that maintain conversation history
  • Creating knowledge bases that persist across AI model sessions

elementor-mcp · Use cases

  • AI-assisted WordPress website creation using Elementor
  • Programmatic page design and content management
  • Automated template generation for consistent branding
  • Batch page updates across multiple sites

memory · Install

Installation

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "memory": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory"
      ]
    }
  }
}

VS Code

Use one-click installation buttons or manually configure in .vscode/mcp.json:

{
  "servers": {
    "memory": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory"
      ]
    }
  }
}

Docker

{
  "mcpServers": {
    "memory": {
      "command": "docker",
      "args": ["run", "-i", "-v", "claude-memory:/app/dist", "--rm", "mcp/memory"]
    }
  }
}

elementor-mcp · Install

Installation

  1. Install and activate [Elementor](https://wordpress.org/plugins/elementor/) (version 3.20+).
  2. Install and activate the [WordPress MCP Adapter](https://github.com/WordPress/mcp-adapter) plugin.
  3. Download the latest release zip from the [Releases page](https://github.com/msrbuilds/elementor-mcp/releases/).
  4. In WordPress, go to **Plugins > Add New > Upload Plugin** and upload the downloaded zip file.
  5. Activate the plugin through the **Plugins** menu in WordPress.
  6. Go to **Settings > MCP Tools for Elementor** to configure tools and view connection info.

Claude Desktop Configuration

Add to claude_desktop_config.json:

{
    "mcpServers": {
        "elementor-mcp": {
            "type": "http",
            "url": "https://your-site.com/wp-json/mcp/elementor-mcp-server",
            "headers": {
                "Authorization": "Basic BASE64_ENCODED_CREDENTIALS"
            }
        }
    }
}
Comparison generated from public README + GitHub signals. Last updated automatically.