MCP Catalogs
Home

mcp-server-chart vs mobile-mcp

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
mobile-mcp
by runablehq
Stars★ 4,068★ 66
30d uses10,239
Score8437
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsautomationAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis month14 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

mobile-mcp · Summary

An MCP server that enables LLMs to automate Android mobile devices through structured UI interaction.

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

mobile-mcp · Use cases

  • Automated mobile app testing through LLM-driven UI interactions
  • Cross-platform mobile content scraping and data extraction
  • Mobile app UI automation for repetitive tasks
  • Mobile-first workflow automation using AI agents

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"]
    }
  }
}

mobile-mcp · Install

Installation

Prerequisites

  • Install [Android Studio](https://developer.android.com/studio/install)
  • Ensure platform tools are installed
  • Verify adb command is available
  • Either run an Android device in emulator or connect physical Android phone with USB debugging on

Claude Desktop Configuration

Run the following command to install it automatically:

npx mobile-mcp install

Or add this to your Claude Desktop config manually:

{
  "mcpServers": {
    "mobile-mcp": {
      "command": "npx",
      "args": ["mobile-mcp"]
    }
  }
}

VS Code Installation

For VS Code:

code --add-mcp '{"name":"mobile","command":"npx","args":["mobile-mcp"]}'

For VS Code Insiders:

code-insiders --add-mcp '{"name":"mobile","command":"npx","args":["mobile-mcp"]}'
Comparison generated from public README + GitHub signals. Last updated automatically.