Visuals MCP for Cursor
io.github.harrybin/visuals-mcp
MCP server for interactive visualizations: tables, images, trees, lists, master-detail
client:Cursor
transport:stdio
runtime:npm
Install Visuals MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"visuals-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@harrybin/visuals-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs