Loading...
{
"mcpServers": {
"datavis": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/mcp-datavis-server",
"run",
"mcp_server_datavis",
"--output_type",
"png" # or "text"
]
}
}
}save_dataSaves a table of data to the server for later visualization.
Writes data to the server, potentially overwriting existing data or consuming excessive storage.
visualize_dataVisualizes a table of data using a Vega-Lite specification.
Can potentially cause resource exhaustion if the Vega-Lite specification is overly complex or malicious.
This server is relatively safe for data visualization tasks. However, the lack of authentication and potential data injection vulnerabilities pose moderate risks. It's safer when used with trusted data and well-formed Vega-Lite specifications.