PyVista MCP Server
An MCP server for 3D visualization and data analysis using the PyVista library.
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:
{
"mcpServers": {
"mcp-demo-server": {
"disabled": false,
"timeout": 600,
"command": "<path-to-python-executable>",
"args": ["<path-to-server-script>"],
"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
Related Servers
gluestack-ui MCP Server
An MCP server tailored for React Native–first development using Gluestack UI
Ghibli Video
Generates AI images and videos using the GPT4O Image Generator API.
Credential Manager
A server for securely managing API credentials locally through the Model Context Protocol (MCP).
CodeToPrompt MCP Server
An MCP server for the codetoprompt library, enabling integration with LLM agents.
Trading Simulator
An MCP server for interacting with the Trading Simulator API to simulate trading activities.
Model Context Protocol servers
A collection of reference server implementations for the Model Context Protocol (MCP) using Typescript and Python SDKs.
Cloudflare MCP Server
An example MCP server designed for easy deployment on Cloudflare Workers, operating without authentication.
Google Apps Script MCP Server
Manage Google Apps Script projects, including creation, editing, deployment, and execution. Requires Google Cloud credentials for authentication.
Unity MCP Server
An MCP server that allows AI assistants to programmatically interact with Unity development projects.
UIAutomator2 MCP Server
Automate and control Android devices using the UIAutomator2 framework.