Back to Home
pyvista icon

pyvista-mcp-server

Verified Safe

by pyvista

Overview

This server provides a set of tools for 3D visualization, mesh creation, and boolean operations on 3D models using PyVista, accessible via the Model Context Protocol (MCP).

Installation

Run Command
python -m pyvista_mcp_server

Security Notes

The server relies on file I/O operations (reading and writing meshes) where filenames are provided as parameters to tools. While `Path` objects are used, a potential risk of path traversal exists if the MCP client provides malicious paths (e.g., `../../`) that could lead to unintended file access or modification. However, for a local MCP server, it's generally assumed the client is trusted. No direct `eval`, `exec`, or clear network vulnerabilities beyond stdio transport were identified.

Similar Servers

Stats

Interest Score34
Security Score8
Cost ClassMedium
Avg Tokens5000
Stars4
Forks1
Last Update2025-12-01

Tags

PyVista3D ModelingMesh ProcessingMCPVisualization