Cinema-quality science visualization MCP server for CFD/FEA/SPH. 22 tools for rendering, slicing, contouring, volume rendering, and animating OpenFOAM/VTK/CGNS data. Headless EGL/OSMesa.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y viznoirAgent-CoreX intelligently routes which tools from kimimgo/viznoir your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"viznoir": {
"command": "npx",
"args": [
"-y",
"viznoir"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add viznoirAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use kimimgo/viznoir directly without routing
npx -y viznoirNew to Agent-CoreX? View setup guide →