Skip to content
Cursor

plots mcp for Cursor

io.github.mr901/plots-mcp

MCP server for data visualization with Mermaid charts.

client:Cursor transport:stdio runtime:pypi

Install plots mcp in Cursor

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

{
  "mcpServers": {
    "plots-mcp": {
      "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

plots mcp in other clients