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 uses | 10,239 | — |
| Score | 84 | 52 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityAI / LLM ToolsKnowledge Graph |
| Language | TypeScript | TypeScript |
| Last commit | this month | this 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-chartFor 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
- Install the plugin from Obsidian's Community Plugins
- Enable the plugin in Obsidian settings
- Open the plugin settings
- 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.