trackmcp
Back to directory
pyvista

pyvista-mcp-server

View on GitHub

PyVista-based MCP (Model Context Protocol) server

7 stars PythonOthers Updated Aug 20, 2026

Documentation

PyVista MCP Server

This repository contains a PyVista-based MCP (Model Context Protocol) server. It demonstrates the integration of PyVista for 3D visualization with MCP tools.

Features

  • hello_world Tool: A tool that generates and exports a 3x3 grid of 3D shapes (Cylinder, Arrow, Sphere, etc.) as an interactive HTML file.

Output

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.

Configuration

To configure the MCP server, use the following JSON structure in your settings:

json
{
  "mcpServers": {
    "mcp-demo-server": {
      "disabled": false,
      "timeout": 600,
      "command": "",
      "args": [""],
      "transportType": "stdio"
    }
  }
}

This configuration specifies the command and arguments to run the MCP server, along with other settings like timeout and transport type.

Example Usage

https://github.com/user-attachments/assets/244d7f7d-1432-4d11-8b12-b0138e97746a

Frequently asked questions

What is pyvista-mcp-server?

pyvista-mcp-server is PyVista-based MCP (Model Context Protocol) server

How do I install pyvista-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is pyvista-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/pyvista/pyvista-mcp-server and has 7 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP