MCP Catalogs
Home

mcp-server-chart vs obsidian-mcp-tools

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

mcp-server-chart
by antvis
obsidian-mcp-tools
by jacksteamdev
Stars★ 4,068★ 811
30d uses10,239
Score8452
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityAI / LLM ToolsKnowledge 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.

obsidian-mcp-tools · Summary

An MCP server that bridges Obsidian vaults with AI assistants like Claude for semantic search and template execution.

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

obsidian-mcp-tools · Use cases

  • AI assistants can search and analyze your personal knowledge base stored in Obsidian
  • Execute Obsidian Templater prompts through natural language commands
  • Integrate AI workflow with your note-taking system for enhanced productivity

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

obsidian-mcp-tools · Install

Installation

  1. Install the plugin from Obsidian's Community Plugins
  2. Enable the plugin in Obsidian settings
  3. Open the plugin settings
  4. Click "Install Server" to download and configure the MCP server

For Claude Desktop configuration, the plugin will automatically set up the necessary MCP server connection. The server binary is distributed with SLSA provenance for security verification.

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