MCP Catalogs
Home

mcp-server-chart vs anytype-mcp

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

mcp-server-chart
by antvis
anytype-mcp
by anyproto
Stars★ 4,068★ 420
30d uses10,239
Score8450
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Knowledge GraphProductivitySecurity
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.

anytype-mcp · Summary

MCP server for AI assistants to interact with Anytype's encrypted wiki through natural language commands.

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

anytype-mcp · Use cases

  • Create and organize project spaces and tasks through conversational commands
  • Search and retrieve information across your encrypted knowledge base
  • Manage team collaboration by controlling spaces, members, and object permissions
  • Automate knowledge management workflows using AI assistants

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

anytype-mcp · Install

Installation

Get Your API Key

  1. Open Anytype
  2. Go to App Settings
  3. Navigate to API Keys section
  4. Click on Create new button

Configure Claude Desktop

{
  "mcpServers": {
    "anytype": {
      "command": "npx",
      "args": ["-y", "@anyproto/anytype-mcp"],
      "env": {
        "OPENAPI_MCP_HEADERS": "{\"Authorization\":\"Bearer <YOUR_API_KEY>\", \"Anytype-Version\":\"2025-11-08\"}"
      }
    }
  }
}

Alternative: Global Installation

npm install -g @anyproto/anytype-mcp

Then update your MCP configuration to use command: "anytype-mcp" instead of npx.

Comparison generated from public README + GitHub signals. Last updated automatically.