Skip to content
Cursor

CLIO Plot for Cursor

io.github.iowarp/plot-mcp

MCP server for advanced data visualization and plotting operations

client:Cursor transport:stdio runtime:pypi

Install CLIO Plot in Cursor

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

{
  "mcpServers": {
    "plot-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "clio-kit"
      ]
    }
  }
}

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

CLIO Plot in other clients