mcp-server-chart vs MCP-F1analisys
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | MCP-F1analisys by Maxbleu | |
|---|---|---|
| Stars | ★ 4,068 | ★ 0 |
| 30d uses | 10,239 | — |
| Score | 84 | 32 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsOther |
| Language | TypeScript | Python |
| Last commit | this month | 6 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
MCP-F1analisys · Summary
An MCP server providing Formula 1 racing analysis tools through the Model Context Protocol.
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
MCP-F1analisys · Use cases
- Analyze F1 race performance metrics and comparisons
- Generate insights about team and driver performance across sessions
- Create visual representations of race position evolution and lap time distribution
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"]
}
}
}MCP-F1analisys · Install
Install the package using pip:
pip install mcp-f1analisysConfigure Claude Desktop by adding this to your configuration file:
{
"mcpServers": {
"mcp-f1analisys": {
"command": "python",
"args": [ "-m", "mcp-f1analisys" ]
}
}
}For development testing:
mcp dev .\server.py