PyVista MCP Server
@pyvista
关于 PyVista MCP Server
PyVista-based MCP (Model Context Protocol) server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-demo-server": {
"disabled": false,
"timeout": 600,
"command": "<path-to-python-executable>",
"args": [
"<path-to-server-script>"
],
"transportType": "stdio"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论