MCPmed/seabornMCP
If you are the rightful owner of seabornMCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Seaborn MCP is a server that provides seamless integration with Jupyter Notebooks for creating beautiful plots using Seaborn, specifically designed for AI assistants like Claude.
Tools
Functions exposed to the LLM to take actions
create_notebook
Create a new Jupyter notebook session.
execute_code
Execute Python code in the active notebook.
list_notebooks
List all notebook sessions.
switch_notebook
Switch between notebook sessions.
shutdown_notebook
Close a notebook session.
create_scatter_plot
Create scatter plots with optional grouping.
create_line_plot
Create line plots with trends.
create_bar_plot
Create bar charts (vertical or horizontal).
create_heatmap
Create correlation matrices and heatmaps.
create_distribution_plot
Create histograms, KDE, or ECDF plots.
create_box_plot
Create box plots for distributions.
create_pair_plot
Create matrix of plots for multiple variables.
create_regression_plot
Create regression plots with fitted lines.
set_plot_style
Configure default plotting style and theme.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client