mcp-server-chart vs ai-mate
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | ai-mate by symfony | |
|---|---|---|
| Stars | ★ 4,068 | ★ 22 |
| 30d uses | 10,239 | — |
| Score | 84 | 43 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM Tools |
| Language | TypeScript | PHP |
| 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.
ai-mate · Summary
MCP server for Symfony PHP projects that provides AI development assistance through standardized tools.
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
ai-mate · Use cases
- Assisting with Symfony application development through AI code analysis
- Automating PHP refactoring suggestions and code improvements
- Providing context-aware documentation and API assistance for PHP developers
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"]
}
}
}ai-mate · Install
composer require --dev symfony/ai-mate
vendor/bin/mate init
composer dump-autoloadThe package includes an optional symfony/ai-mate-composer-plugin that automatically refreshes Mate extension discovery after composer install and composer update.