liukeyu800/mcp-server-chart-offline
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
generate_line_chart
Generates a line chart.
generate_column_chart
Generates a column chart.
generate_area_chart
Generates an area chart.
generate_pie_chart
Generates a pie chart.
generate_bar_chart
Generates a bar chart.
generate_histogram_chart
Generates a histogram chart.
generate_scatter_chart
Generates a scatter chart.
generate_word_cloud_chart
Generates a word cloud chart.
generate_radar_chart
Generates a radar chart.
generate_treemap_chart
Generates a treemap chart.
generate_dual_axes_chart
Generates a dual axes chart.
generate_mind_map
Generates a mind map.
generate_network_graph
Generates a network graph.
generate_flow_diagram
Generates a flow diagram.
generate_fishbone_diagram
Generates a fishbone diagram.