Webui
Freeby MCP Community
Web UI dashboard for testing MCP servers
v0.2.1Added Apr 12, 2026
mcpmodel-context-protocolwebuidashboardtesting
Webui MCP Server
Web UI dashboard for testing MCP servers
Installation
Reviews
Installation
Quick install
npx -y @mcp-weave/webui
Add to claude_desktop_config.json
{
"mcpServers": {
"webui": {
"command": "npx",
"args": ["-y", "@mcp-weave/webui"]
}
}
}