PluginBench
MCP Server
Active
AGPL-3.0

io.github.easingthemes/aem-mcp-server MCP Server

io.github.easingthemes/aem-mcp-server

What is the io.github.easingthemes/aem-mcp-server MCP server?

AEM MCP server. Chat with your AEM instance for content, component, and asset operations.

How to install io.github.easingthemes/aem-mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aem-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "aem-mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "aem-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "aem-mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "aem-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "aem-mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "aem-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aem-mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add aem-mcp-server -- npx -y aem-mcp-server

Related MCP servers

Moltbook MCP server: post, comment, upvote, DMs, communities. API key auth.

1
TypeScript
MIT
View repository →