paraview-mcp-server

djeada/paraview-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 6d ago
Control ParaView with AI assistants through the Model Context Protocol.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "paraview-mcp-server": {
      "command": "uvx",
      "args": [
        "paraview-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install paraview-mcp-server