Install HoloViz MCP with pip¶
This guide shows you how to install HoloViz MCP using pip, the standard Python package installer.
Alternative: uv installation
For faster installation and better dependency management, consider using uv instead.
Prerequisites¶
You need Python 3.11 or newer installed. Check your version:
Install HoloViz MCP¶
Install HoloViz MCP using pip:
Virtual environments
It's recommended to install in a virtual environment:
Install Chromium¶
HoloViz MCP uses Chromium for taking screenshots. Install it:
📦 This downloads 300MB as it downloads the Chromium and FFMPEG engines.
Create Documentation Index¶
Create the documentation index so HoloViz MCP can provide intelligent answers:
⏱️ This takes 5-10 minutes on first run as it downloads and indexes documentation from Panel, hvPlot, and other HoloViz libraries.
Verify Installation¶
Test that the server starts correctly:
You should see output indicating the server is running. Press Ctrl+C to stop it.
Update HoloViz MCP¶
To update to the latest version:
After updating, refresh the documentation index:
Uninstall¶
To remove HoloViz MCP:
To also remove the documentation index and configuration:
Next Steps¶
After installation, configure your IDE or AI assistant:
- Copilot + VS Code: Configure for VS Code
- Claude Desktop: Configure for Claude Desktop
- Claude Code: Configure for Claude Code
- Cursor: Configure for Cursor
- Windsurf: Configure for Windsurf
Or start with a complete tutorial:
- Getting Started Tutorials: Choose your tool