The HoloViz MCP server provides AI agents with access to the HoloViz ecosystem, including tools like Altair, Datashader, and Panel. It connects to Python data visualization libraries and enables agents to generate, modify, and analyze interactive visualizations and dashboards. Developers use it to automate visualization workflows and integrate data visualization into AI-driven applications.
The HoloViz MCP server provides AI agents with access to the HoloViz ecosystem, including tools like Altair, Datashader, and Panel. It connects to Python data visualization libraries and enables agents to generate, modify, and analyze interactive visualizations and dashboards. Developers use it to automate visualization workflows and integrate data visualization into AI-driven applications.
pip install holoviz-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"marcskovmadsen-holoviz-mcp-github": {
"command": "uvx",
"args": [
"pip install holoviz-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from holoviz mcp?"
No configuration required. This server works out of the box.
"What resources are available in holoviz mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in holoviz mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in holoviz mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.