Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"webpack-dev-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-webpack-dev-server"
]
}
}
}