Skip to content
Cursor

mcp plots for Cursor

io.github.mr901/mcp-plots

MCP server for data visualization with Mermaid charts.

client:Cursor transport:stdio runtime:pypi

Install mcp plots in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp plots in other clients