MCP Catalogs
Home

mcp-server-chart vs phonepi-mcp

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

mcp-server-chart
by antvis
phonepi-mcp
by priyankark
Stars★ 4,068★ 34
30d uses10,239
Score8435
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
CommunicationProductivityDeveloper Tools
LanguageTypeScriptJavaScript
Last committhis month13 mo ago

mcp-server-chart · Summary

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

phonepi-mcp · Summary

PhonePi MCP provides 23+ tools to control your smartphone remotely from AI assistants.

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

phonepi-mcp · Use cases

  • Managing SMS and contacts through natural language commands in Claude Desktop or Cursor
  • Automating phone tasks using AI workflows and tool calling
  • Monitoring phone status and controlling settings remotely

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

phonepi-mcp · Install

Installation

  1. Clone the repository
git clone https://github.com/priyankark/phonepi-mcp.git
cd phonepi-mcp
  1. Install dependencies
npm install
  1. Set up the mobile app (see phonepimcp.com for detailed instructions)
  1. Configure Claude Desktop:

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "phonepi": {
      "command": "node",
      "args": ["path/to/server.js"],
      "env": {}
    }
  }
}
  1. Start the server
npm start
Comparison generated from public README + GitHub signals. Last updated automatically.