Monaco Editor for React - use the monaco-editor in any React application without needing to use webpack (or rollup/parcel/etc) configuration files / plugins
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"monaco-react": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-monaco-react"
]
}
}
}