mcp-server-chart vs kwin-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | kwin-mcp by isac322 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 23 |
| 30d uses | 10,239 | — |
| Score | 84 | 43 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | Python |
| 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.
kwin-mcp · Summary
MCP server for KDE Plasma 6 Wayland GUI automation with 30 tools for isolated virtual sessions and live desktop interaction.
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
kwin-mcp · Use cases
- Automated GUI testing for KDE/Qt/GTK applications in headless isolated sessions
- AI-driven desktop automation for operating GUI applications autonomously
- Live desktop collaboration where AI agents can observe and interact with the user's real desktop
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"]
}
}
}kwin-mcp · Install
Installation
**Using uv (recommended):**
uv tool install kwin-mcp**Using pip:**
pip install kwin-mcp**Claude Desktop Configuration:** Add to your claude_desktop_config.json:
{
"mcpServers": {
"kwin-mcp": {
"command": "uvx",
"args": ["kwin-mcp"]
}
}
}