pyvista-mcp-server
Verified Safeby 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
python -m pyvista_mcp_serverSecurity 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
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
pypi-query-mcp-server
A Model Context Protocol (MCP) server for querying PyPI package information, dependencies, compatibility, download statistics, and providing guided analysis prompts to an LLM.
agents-mcp-usage
Demonstrates a Model Context Protocol (MCP) server integration with various AI agent frameworks.
model-context-protocol
This server implements the Model Context Protocol, likely for managing and serving contextual data and interactions for AI models.