mcp-server-chart-offline

liukeyu800/mcp-server-chart-offline

3.4

If you are the rightful owner of mcp-server-chart-offline and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP Server Chart is a fully offline Model Context Protocol server designed to generate high-quality SVG charts without any network connection.

The MCP Server Chart is a robust and versatile tool that allows users to generate a wide variety of charts in a completely offline environment. It supports 15 different types of charts, ranging from basic line and bar charts to more complex radar and network graphs. This server is built using Node.js and TypeScript, ensuring a lightweight and efficient performance. The server is designed to be compatible with the Model Context Protocol, making it a seamless addition to any MCP-based system. With an average chart generation time of less than 1 millisecond, it provides instant responses, making it ideal for applications requiring quick data visualization. The server processes all data locally, ensuring data security and privacy, and outputs charts in a high-quality Base64 encoded SVG format, ready for immediate use.

Features

  • Completely offline operation, requiring no network connection.
  • Supports 15 types of charts, including basic, statistical, advanced, and relational charts.
  • Instant response with an average generation time of less than 1 millisecond.
  • Lightweight and efficient, with no external dependencies.
  • Fully compatible with the Model Context Protocol, ensuring seamless integration.

Usages

usage with mcp client

{
  "mcpServers": {
    "mcp-server-chart-offline": {
      "command": "node",
      "args": [
        "/path/to/mcp-server-chart/build/index.js"
      ],
      "cwd": "/path/to/mcp-server-chart"
    }
  }
}

Tools

  1. generate_line_chart

    Generates a line chart.

  2. generate_column_chart

    Generates a column chart.

  3. generate_area_chart

    Generates an area chart.

  4. generate_pie_chart

    Generates a pie chart.

  5. generate_bar_chart

    Generates a bar chart.

  6. generate_histogram_chart

    Generates a histogram chart.

  7. generate_scatter_chart

    Generates a scatter chart.

  8. generate_word_cloud_chart

    Generates a word cloud chart.

  9. generate_radar_chart

    Generates a radar chart.

  10. generate_treemap_chart

    Generates a treemap chart.

  11. generate_dual_axes_chart

    Generates a dual axes chart.

  12. generate_mind_map

    Generates a mind map.

  13. generate_network_graph

    Generates a network graph.

  14. generate_flow_diagram

    Generates a flow diagram.

  15. generate_fishbone_diagram

    Generates a fishbone diagram.