Odel
mcp plots

mcp plots

Local
@mr9014PythonMITUpdated 9mo ago

MCP server for data visualization with Mermaid charts.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-plotsv0.0.2

Run

uvx mcp-plots

MCP client config

{
  "mcpServers": {
    "mcp-plots": {
      "command": "uvx",
      "args": [
        "mcp-plots"
      ]
    }
  }
}