Back to Integrations
MCP Chart Plotter
Allow You AI Model To Chart Like Never Before
Last updated: 1/27/2026
README
# MCP Chart Plotter
## Install
### For Cursor
1. clone the github repo: `git clone https://github.com/ReallyFloppyPenguin/MCPChartPlotter.git`
2. use this json to install it:
"plot_chart": {
"command": "uv",
"args": [
"--directory",
"C:/Your/Path/To/The/Server",
"run",
"server.py"
]
}
> I put this JSON in Cursor IDE
>
> You can put it in other ides as well, though.
Installation
Add this MCP to your configuration:
{
"mcpServers": {
"mcp-chart-plotter": {
// See GitHub repository for configuration
}
}
}See the GitHub repository for full installation instructions.