Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Pyvista

БесплатноНе проверен

PyVista-based MCP (Model Context Protocol) server

GitHubEmbed

Описание

PyVista-based MCP (Model Context Protocol) server

README

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

from github.com/pyvista/pyvista-mcp-server

Установка Pyvista

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/pyvista/pyvista-mcp-server

FAQ

Pyvista MCP бесплатный?

Да, Pyvista MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Pyvista?

Нет, Pyvista работает без API-ключей и переменных окружения.

Pyvista — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Pyvista в Claude Desktop, Claude Code или Cursor?

Открой Pyvista на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Pyvista with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development