MCP Server
Active
AGPL-3.0
io.github.hongnoul/hwatu MCP Server
io.github.hongnoul/hwatu
What is the io.github.hongnoul/hwatu MCP server?
Verification browser for coding agents: headless WebKit, DOM eval, screenshots, pixel-diff.
How to install io.github.hongnoul/hwatu
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"hwatu": {
"command": "https://github.com/hongnoul/hwatu/releases/download/v0.6.0/hwatu-mcp-linux-x86_64.tar.gz",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"hwatu": {
"command": "https://github.com/hongnoul/hwatu/releases/download/v0.6.0/hwatu-mcp-linux-x86_64.tar.gz",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hwatu": {
"command": "https://github.com/hongnoul/hwatu/releases/download/v0.6.0/hwatu-mcp-linux-x86_64.tar.gz",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"hwatu": {
"type": "stdio",
"command": "https://github.com/hongnoul/hwatu/releases/download/v0.6.0/hwatu-mcp-linux-x86_64.tar.gz",
"args": []
}
}
}Claude Code
claude mcp add hwatu -- https://github.com/hongnoul/hwatu/releases/download/v0.6.0/hwatu-mcp-linux-x86_64.tar.gzRelated MCP servers
io.github.hongnoul/mit-dining
Maintained
Real-time MIT dining hall menus with dietary filtering across all 6 halls
2
View repository →TypeScript