Developer Tools
Trust: 39/100 (Limited)io.github.harrybin/visuals-mcp Guide
MCP server for interactive visualizations: tables, images, trees, lists, master-detail
1 starsby harrybin
Quick Start
Install
npx @harrybin/visuals-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-harrybin-visuals-mcp": {
"command": "npx",
"args": [
"@harrybin/visuals-mcp"
]
}
}
}