PyVista MCP Server
@pyvista
About PyVista MCP Server
PyVista-based MCP (Model Context Protocol) server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-demo-server": {
"disabled": false,
"timeout": 600,
"command": "<path-to-python-executable>",
"args": [
"<path-to-server-script>"
],
"transportType": "stdio"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is PyVista MCP Server?
A PyVista-based MCP (Model Context Protocol) server that integrates 3D visualization with MCP tools. It provides a hello_world tool that generates and exports an interactive HTML file containing a 3x3 grid of 3D shapes, such as cylinders, arrows, and spheres.
How to use PyVista MCP Server?
Configure the server in your MCP settings using a JSON object that specifies the Python executable path, server script path, a 600-second timeout, and stdio transport. Invoke the hello_world tool, which produces an HTML file named a_basic.html in the current working directory. Open that file in a web browser to view the interactive 3D scene.
Key features of PyVista MCP Server?
- Generates a 3x3 grid of 3D shapes.
- Exports interactive HTML file
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Servers
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments