MCP Catalogs
Home

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 uses10,239
Score8444
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityAI / LLM ToolsCommunication
LanguageTypeScriptKotlin
Last committhis monththis 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-chart

For 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:

  1. Download the latest APK from [GitHub Releases](https://github.com/SvReenen/Deskdrop/releases)
  2. Install on your Android device
  3. Open Deskdrop and follow the setup wizard
  4. Enable Deskdrop in your keyboard settings
  5. Switch to Deskdrop as your active keyboard

For MCP integration with Home Assistant:

  1. Ensure Home Assistant is accessible from your device
  2. In Deskdrop settings, configure the MCP server with your Home Assistant URL
  3. Set up authentication tokens as needed
Comparison generated from public README + GitHub signals. Last updated automatically.