Provides tools that allow your application components to communicate with each other by dispatching events and listening to them
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"event-dispatcher": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-event-dispatcher"
]
}
}
}