LiveCharts2 (MCP Server)

GitHub

Beautiful, interactive charts, maps, and gauges. One API for every .NET UI framework.

5,330 stars C# MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "LiveCharts2": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-LiveCharts2"
      ]
    }
  }
}