mcp-server-chart vs buttplug-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
mcp-server-chart by antvis | buttplug-mcp by ConAcademy | |
|---|---|---|
| Stars | ★ 4,068 | ★ 131 |
| 30天用量 | 10,239 | — |
| 综合分 | 84 | 42 |
| 官方 | — | — |
| 分类 | AI / LLM 工具开发者工具效率工具 | AI / LLM 工具开发者工具其它 |
| 实现语言 | TypeScript | Go |
| 最近提交 | 本月 | 12 个月前 |
mcp-server-chart · 概述
使用 AntV 生成 26+ 种图表的 TypeScript MCP 服务器,支持多种图表类型和部署方式。
buttplug-mcp · 概述
控制Buttplug设备的MCP服务器,通过LLM工具调用实现振动和电池状态功能。
mcp-server-chart · 使用场景
- 数据分析师从数据集中创建可视化报告
- AI 助手根据用户请求生成自定义图表
- Web 应用通过 HTTP API 嵌入可视化功能
buttplug-mcp · 使用场景
- 将成人玩具控制集成到LLM对话中,实现交互式体验
- 根据对话提示自动响应设备操作
- 通过自然语言查询监控设备电池电量和信号强度
mcp-server-chart · 安装
安装
全局安装:
npm install -g @antv/mcp-server-chart对于桌面应用(如 Claude Desktop、VSCode):
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}Windows 系统:
{
"mcpServers": {
"mcp-server-chart": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
}
}
}buttplug-mcp · 安装
安装
Homebrew
brew tap conacademy/homebrew-tap
brew install conacademy/tap/buttplug-mcp从GitHub Releases下载
从[GitHub Releases](https://github.com/conacademy/buttplug-mcp/releases)下载二进制文件
从源码安装
go install github.com/conacademy/buttplug-mcp@latest配置 (Claude Desktop)
添加到Claude Desktop配置:
{
"mcpServers": {
"buttplug": {
"command": "/opt/homebrew/bin/buttplug-mcp",
"args": [
"--ws-port", "12345"
]
}
}
}- 启动[Intiface Central](https://intiface.com/central/)管理设备
- 记录服务器端口(默认: 12345)
- 配置MCP主机连接到此服务器