mcp-server-chart vs Deskdrop
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | Deskdrop by SvReenen | |
|---|---|---|
| Stars | ★ 4,068 | ★ 27 |
| 30d uses | 10,239 | — |
| Score | 84 | 44 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityAI / LLM ToolsCommunication |
| Language | TypeScript | Kotlin |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
Deskdrop · Summary
Android keyboard with MCP support for smart home control via Home Assistant
mcp-server-chart · Use cases
- Data analysts creating visual reports from datasets
- AI assistants generating custom charts based on user requests
- Web applications embedding visualization capabilities via HTTP API
Deskdrop · Use cases
- Control smart home devices from keyboard
- Automate actions via AI tools integration
- Use MCP for device-specific commands
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor Desktop Apps (e.g., Claude Desktop, VSCode):
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}For Windows:
{
"mcpServers": {
"mcp-server-chart": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
}
}
}Deskdrop · Install
Install the Deskdrop APK from GitHub Releases:
- Download the latest APK from [GitHub Releases](https://github.com/SvReenen/Deskdrop/releases)
- Install on your Android device
- Open Deskdrop and follow the setup wizard
- Enable Deskdrop in your keyboard settings
- Switch to Deskdrop as your active keyboard
For MCP integration with Home Assistant:
- Ensure Home Assistant is accessible from your device
- In Deskdrop settings, configure the MCP server with your Home Assistant URL
- Set up authentication tokens as needed