mcp-server-chart vs cheatengine-mcp-bridge
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | cheatengine-mcp-bridge by miscusi-peek | |
|---|---|---|
| Stars | ★ 4,068 | ★ 691 |
| 30d uses | 10,239 | — |
| Score | 84 | 54 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsSecurityAI / LLM Tools |
| Language | TypeScript | Lua |
| 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.
cheatengine-mcp-bridge · Summary
MCP server connecting AI assistants directly to Cheat Engine for automated reverse engineering and memory analysis.
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
cheatengine-mcp-bridge · Use cases
- Automating memory analysis and pointer scanning in reverse engineering
- Creating game trainers and security auditing tools with AI assistance
- Generating unique AOB patterns for game updates and patches
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"]
}
}
}cheatengine-mcp-bridge · Install
Installation
- Install Python dependencies:
pip install -r MCP_Server/requirements.txtOr manually:
pip install mcp pywin32- Load bridge in Cheat Engine:
- Enable DBVM in Cheat Engine if you plan to use DBVM tools
- Open Cheat Engine's Lua Engine or script executor
- Execute
MCP_Server/ce_mcp_bridge.lua
- Configure MCP client (e.g., Claude Desktop):
{
"servers": {
"cheatengine": {
"command": "python",
"args": ["C:/path/to/MCP_Server/mcp_cheatengine.py"]
}
}
}- Restart client and verify connection with
pingtool.