Claude Skill
Freeby MCP Community
Claude Code skill for MCP-HTML-Bridge — render MCP tool data as interactive HTML pages
v0.6.0Added Apr 12, 2026
Claude Skill MCP Server
Claude Code skill for MCP-HTML-Bridge — render MCP tool data as interactive HTML pages
Installation
npx -y @mcp-html-bridge/claude-skill
Reviews
Installation
Quick install
npx -y @mcp-html-bridge/claude-skill
Add to claude_desktop_config.json
{
"mcpServers": {
"claude-skill": {
"command": "npx",
"args": ["-y", "@mcp-html-bridge/claude-skill"]
}
}
}