Plotnine MCP Server
Related Servers
Alternatives to Plotnine MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceProvides machine learning researchers with tools for creating publication-quality scientific visualizations, statistical plots, and 2D data representations. It streamlines the research workflow by enabling AI assistants to generate complex figures from CSV, JSON, or direct data inputs.9MIT
- -licenseNot gradedqualityNot gradedmaintenanceEnables generation of 25+ types of charts and data visualizations using AntV, including bar charts, line charts, maps, mind maps, and specialized diagrams like fishbone and sankey charts. Supports both statistical charts and geographic visualizations for comprehensive data analysis and presentation.218 npm-
- FlicenseNot gradedqualityDmaintenanceEnables creating Plotly charts from natural language in Cursor, supporting a wide variety of trace types with full customization.9-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to generate publication-quality bioinformatics visualizations (volcano plots, PCA, heatmaps, etc.) directly from raw biological data.MIT
- AlicenseNot gradedqualityFmaintenanceEnables creating interactive data visualizations from natural language queries using DuckDB for local databases or Databricks for enterprise data warehouses. Supports multiple chart types, CSV imports, SQL queries, and automatic statistical analysis through Claude Desktop.19MIT
- AlicenseAqualityCmaintenanceEnables AI agents to create data visualizations like bar charts, line charts, pie charts, scatter plots, and histograms, returning inline SVG or PNG files.5MIT
TDQS
Scored across 11 tools
Each tool has a clearly distinct purpose with no ambiguity: batch_create_plots handles multiple plots, create_plot builds custom visualizations, create_plot_from_template uses predefined templates, export/import_plot_config manage configurations, list_color_palettes/geom_types/templates/themes provide discovery, preview_data inspects data, and suggest_plot_templates offers recommendations. The tools cover different aspects of the plotting workflow without overlap.
All tool names follow a consistent snake_case verb_noun pattern (e.g., create_plot, list_color_palettes, preview_data). The naming is predictable and readable throughout, with verbs like create, list, export, import, preview, and suggest clearly indicating actions.
With 11 tools, the server is well-scoped for a plotting library, covering creation (custom, batch, template-based), configuration management, data inspection, and discovery of palettes, geometries, templates, and themes. Each tool earns its place by addressing a specific need in the visualization workflow.
The tool surface is complete for the plotnine domain, offering full lifecycle coverage: data inspection (preview_data), creation (create_plot, batch_create_plots, create_plot_from_template), customization (list tools for discovery), configuration management (export/import_plot_config), and intelligent assistance (suggest_plot_templates). There are no obvious gaps that would hinder agent workflows.