MCP Catalogs
Home

mcp-server-chart vs aula-mcp

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

mcp-server-chart
by antvis
aula-mcp
by Casperjuel
Stars★ 4,068★ 22
30d uses10,239
Score8443
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
educationProductivityCommunication
LanguageTypeScriptTypeScript
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.

aula-mcp · Summary

MCP server for Denmark's Aula school platform with MitID authentication, enabling AI agents to access student profiles, calendar, messages and schedules.

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

aula-mcp · Use cases

  • Parents checking children's school schedules and upcoming assignments
  • Automating retrieval of important school announcements and messages
  • Integrating school data with home automation systems via Home Assistant

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

aula-mcp · Install

Installation

  1. Requires Bun ≥ 1.3 and pnpm ≥ 10
git clone git@github.com/Casperjuel/aula-mcp.git
cd aula-mcp
pnpm install

# First-time MitID login (QR code in MitID app)
pnpm login

# Health check of all Aula endpoints
pnpm doctor

# Start MCP server (http://127.0.0.1:7878/mcp)
pnpm mcp

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "aula": {
      "command": "node",
      "args": ["/path/to/aula-mcp/packages/mcp-server/dist/server.js"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.