MCP Catalogs
Home

mcp-server-chart vs toolbase

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
toolbase
by Toolbase-AI
Stars★ 4,068★ 167
30d uses10,239
Score8439
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityDeveloper ToolsAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis month15 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

toolbase · Summary

Toolbase is a desktop application that extends Claude and AI platforms with a visual interface for discovering, installing, and managing MCP-powered 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

toolbase · Use cases

  • Enhancing Claude Desktop with additional tools through a visual interface
  • Streamlining the installation and management of MCP-powered plugins
  • Providing a secure environment for running third-party MCP servers locally

mcp-server-chart · Install

Installation

Install globally:

npm install -g @antv/mcp-server-chart

For 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"]
    }
  }
}

toolbase · Install

Installation

Prerequisites

  • Claude Desktop installed

Steps

  1. Download Toolbase from [https://gettoolbase.ai](https://gettoolbase.ai)
  2. Open the application
  3. Use the visual interface to browse and install tools

Claude Desktop Integration

  1. Open Claude Desktop
  2. Navigate to Settings > Developer > MCP Servers
  3. Add the following configuration:
{
  "mcpServers": {
    "toolbase": {
      "command": "path/to/toolbase-runner",
      "args": []
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.