MCP Catalogs
Home

mcp-server-chart vs mcp-notion-server

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

mcp-server-chart
by antvis
mcp-notion-server
by suekou
Stars★ 4,068★ 892
30d uses10,239
Score8455
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
NotionProductivityKnowledge Graph
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.

mcp-notion-server · Summary

MCP server for connecting Notion to MCP-compatible clients, enabling AI agents to find, read, query and update Notion workspaces.

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-notion-server · Use cases

  • AI assistants reading and summarizing Notion documentation pages
  • Automating content creation and updates in Notion databases
  • Building custom Notion interfaces with MCP Apps like Data Source Explorer

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-notion-server · Install

Quick Start

Add this server to an MCP host such as Claude Desktop:

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": ["-y", "@suekou/mcp-notion-server"],
      "env": {
        "NOTION_API_TOKEN": "your-integration-token"
      }
    }
  }
}

Setup Guide

  1. Create a Notion integration at [Notion integrations dashboard](https://www.notion.so/profile/integrations)
  2. Configure capabilities (read, insert, update content as needed)
  3. Grant content access to specific pages/databases
  4. Copy the internal integration token as NOTION_API_TOKEN
Comparison generated from public README + GitHub signals. Last updated automatically.