MCP.so
ログイン

PyVista MCP Server

@pyvista

PyVista MCP Server について

PyVista-based MCP (Model Context Protocol) server

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

pyvista

設定

以下の設定を使って、このサーバーを 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

コメント

「その他」の他のコンテンツ