mcp-server-chart vs vessel-browser
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | vessel-browser by unmodeled-tyler | |
|---|---|---|
| Stars | ★ 4,068 | ★ 76 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Browser AutomationAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | TypeScript |
| 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.
vessel-browser · Summary
Chromium-based browser built for autonomous agents with MCP control and durable state persistence.
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
vessel-browser · Use cases
- Long-running web automation tasks with human supervision and intervention capabilities
- Research collection and analysis using the built-in agent workflows and research desk
- Autonomous browsing with persistent state across sessions for complex workflows
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"]
}
}
}vessel-browser · Install
Installation Options
- **Linux AppImage (Recommended)**:
``bash # Download the latest AppImage from GitHub Releases wget https://github.com/unmodeled-tyler/quanta-vessel-browser/releases/latest/download/Vessel-<version>-x64.AppImage chmod +x Vessel-*.AppImage ./Vessel-*.AppImage ``
- **NPM**:
``bash npm install -g @quanta-intellect/vessel-browser vessel-browser ``
- **Source Install**:
``bash curl -fsSL https://raw.githubusercontent.com/unmodeled-tyler/quanta-vessel-browser/main/scripts/install.sh | bash ``
MCP Integration Setup
- Open Vessel browser
- Go to Settings (Ctrl+,)
- Confirm the MCP endpoint configuration
- The browser exposes MCP tools for agent control
{
"mcpServers": {
"vessel-browser": {
"command": "vessel-browser",
"args": ["--mcp"]
}
}
}