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 uses | 10,239 | — |
| Score | 84 | 35 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | CommunicationProductivityDeveloper Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | 13 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-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"]
}
}
}phonepi-mcp · Install
Installation
- Clone the repository
git clone https://github.com/priyankark/phonepi-mcp.git
cd phonepi-mcp- Install dependencies
npm install- Set up the mobile app (see phonepimcp.com for detailed instructions)
- Configure Claude Desktop:
Add to your claude_desktop_config.json:
{
"mcpServers": {
"phonepi": {
"command": "node",
"args": ["path/to/server.js"],
"env": {}
}
}
}- Start the server
npm start