MCP Catalogs
Home

mcp-server-chart vs typo3-mcp-server

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

mcp-server-chart
by antvis
typo3-mcp-server
by hauptsacheNet
Stars★ 4,068★ 80
30d uses10,239
Score8446
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsProductivityAI / LLM Tools
LanguageTypeScriptPHP
Last committhis monththis month

mcp-server-chart · Summary

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

typo3-mcp-server · Summary

MCP server for TYPO3 CMS enabling safe AI content management through workspaces with OAuth authentication.

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

typo3-mcp-server · Use cases

  • AI-assisted content translation between languages
  • Bulk content updates and SEO optimization
  • Content auditing and migration using AI tools

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

typo3-mcp-server · Install

Installation

composer require hn/typo3-mcp-server

**Requirements:**

  • TYPO3 v13.4+
  • TYPO3 Workspaces extension (automatically installed as dependency)

Quick Start

Option 1: OAuth Authentication (Recommended)
  1. Go to **[Username] → MCP Server** in your TYPO3 backend
  2. Copy the Server URL (and optionally the Integration Name)
  3. Add the Integration to your MCP Client.
Option 2: Local Command Line Connection

Add this to your MCP config file (e.g., Claude Desktop):

{
   "mcpServers": {
      "[your-typo3-name]": {
         "command": "php",
         "args": [
            "vendor/bin/typo3",
            "mcp:server"
         ]
      }
   }
}
Comparison generated from public README + GitHub signals. Last updated automatically.