emdash (MCP Server)

GitHub

EmDash is a full-stack TypeScript CMS based on Astro; the spiritual successor to WordPress

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

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