Visuals MCP for Claude Desktop
io.github.harrybin/visuals-mcp
MCP server for interactive visualizations: tables, images, trees, lists, master-detail
client:Claude Desktop
transport:stdio
runtime:npm
Install Visuals MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"visuals-mcp": {
"command": "npx",
"args": [
"-y",
"@harrybin/visuals-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs