pyvista-mcp-server

pyvista/pyvista-mcp-server
★ 7 stars Python Browser/Web Updated today
PyVista-based MCP (Model Context Protocol) server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pyvista-mcp-server": {
      "command": "uvx",
      "args": [
        "pyvista-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install pyvista-mcp-server

README Excerpt

This repository contains a PyVista-based MCP (Model Context Protocol) server. It demonstrates the integration of PyVista for 3D visualization with MCP tools. - **hello_world Tool**: A tool that generates and exports a 3x3 grid of 3D shapes (Cylinder, Arrow, Sphere, etc.) as an interactive HTML file. The `hello_world` tool exports an HTML file named `a_basic.html` in the current working directory. Open this file in a web browser to view the interactive 3D visualization.