MCP Catalogs
Home

mcp-server-chart vs mcp-koii

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

mcp-server-chart
by antvis
mcp-koii
by benjaminr
Stars★ 4,068★ 23
30d uses10,239
Score8443
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
MediaDeveloper ToolsOther
LanguageTypeScriptPython
Last committhis month3 mo ago

mcp-server-chart · Summary

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

mcp-koii · Summary

MCP server for controlling Teenage Engineering EP-133 K.O. II sampler via MIDI with pattern creation and playback.

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

mcp-koii · Use cases

  • Create drum patterns with natural language commands
  • Control hardware sampler through AI assistant
  • Browse and trigger different sounds on the EP-133 device

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

mcp-koii · Install

Prerequisites

  • Python 3.8 or later
  • mido (MIDI handling)
  • mcp (Model Context Protocol SDK)

Installation

# Install the required packages
pip install mido "mcp[cli]"

# Clone the repository
git clone https://github.com/benjaminr/mcp-koii.git
cd mcp-koii

# Install the MCP server
mcp install koii_server.py:server -e .

Claude Desktop Configuration

Add this to your Claude Desktop config.json:

{
  "mcpServers": {
    "koii": {
      "command": "python",
      "args": ["koii_server.py"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.