🚀 MCP Server Chart - 完全离线版本
@liukeyu800
About 🚀 MCP Server Chart - 完全离线版本
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-chart-offline": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 🚀 MCP Server Chart - 完全离线版本?
完全离线的 Model Context Protocol (MCP) 图表生成服务器,支持 15 种图表类型,无需网络连接即可生成高质量 SVG 图表,数据全部在本地处理。
How to use 🚀 MCP Server Chart - 完全离线版本?
安装依赖 npm install 并构建 npm run build,然后以 MCP 服务器模式启动:node build/index.js(默认 stdio 模式)或 --transport sse --port 1122 等。也可运行演示服务器 node demo-server.js。MCP 客户端需在配置中添加 mcpServers 字段指定命令和路径。
Key features of 🚀 MCP Server Chart - 完全离线版本
- 🌐 完全离线,无需网络连接
- 📊 支持 15 种图表类型(基础、统计、高级、关系)
- ⚡ 平均生成时间 < 1ms
- 🪶 纯 SVG 生成,无外部依赖
- 🔌 兼容 Model Context Protocol(MCP)
- 🛡️ 数据本地处理,不上传云端
- 🎨 输出 Base64 编码的 SVG data URL
Use cases of 🚀 MCP Server Chart - 完全离线版本
- 在完全无网络的环境中生成折线图、柱状图、饼图等可视化
- 将图表嵌入 AI 对话框或工作流,无需额外 API 调用
- 快速生成思维导图、流程图等关系图表用于文档或演示
- 批量生成多个图表并一次性返回,适用于报告自动生成
FAQ from 🚀 MCP Server Chart - 完全离线版本
需要哪些运行时依赖?
Node.js 18+ 和 TypeScript 5.0+,所有图表生成逻辑均为纯 JavaScript,无外部网络依赖。
支持哪些图表类型?
15 种:折线图、柱状图、饼图、面积图、直方图、散点图、词云图、雷达图、树状图、双轴图、思维导图、网络图、流程图、鱼骨图。
数据会发送到外部服务器吗?
不会。所有数据在本地处理,不上传云端,确保数据安全。
如何部署到离线环境?
在有网络环境构建并打包整个项目(tar -czf mcp-server-chart-offline.tar.gz .),然后解压到目标环境直接运行 node build/index.js,无需 npm install。
性能表现如何?
平均图表生成时间 < 1ms,平均输出大小约 1.3KB,内存占用 < 50MB,启动时间 < 2s。
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Blender
ahujasidOpen-source MCP to use Blender with any LLM
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments