event-dispatcher (MCP Server)

GitHub

Provides tools that allow your application components to communicate with each other by dispatching events and listening to them

Claude Desktop Configuration

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

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