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
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
pfSense MCP Server
Enables natural language interaction with pfSense firewalls through GenAI applications.
Elementor MCP Server
Perform CRUD operations on Elementor page data for a target WordPress website.
ForgeCraft
MCP server that generates production-grade engineering standards (SOLID, testing, architecture, CI/CD) for AI coding assistants
POC MCP HTTP Server
A proof-of-concept server implementing the Model Context Protocol with a streamable HTTP transport.
MCP Tools for Open WebUI
An MCP server for Open WebUI that provides tools for secure Python code execution, time, and SDXL image generation.
FastMCP
A TypeScript framework for building MCP servers with client session handling.
MCP HAR Server
Parses HAR (HTTP Archive) files and displays requests in a simplified format for AI assistants.
Hyperliquid
Interact with the Hyperliquid decentralized exchange by integrating its SDK.
PowerShell MCP Server
Automate Windows PowerShell tasks using Python. Execute scripts, manage the clipboard, and capture terminal output programmatically.
eBPF MCP
A secure MCP server for eBPF, designed for AI integration, kernel introspection, and automation.