MCP Catalogs
Home

mcp-server-chart vs LocalFilesOrganizer-MCP

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

mcp-server-chart
by antvis
LocalFilesOrganizer-MCP
by TobiasArg
Stars★ 4,068★ 1
30d uses10,239
Score8436
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
File SystemProductivityDeveloper Tools
LanguageTypeScriptTypeScript
Last committhis month3 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

LocalFilesOrganizer-MCP · Summary

MCP server with tools to safely organize, read, write, and analyze local files with built-in protections.

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

LocalFilesOrganizer-MCP · Use cases

  • Organize project files by extension or date for better workspace management
  • Search through codebases for specific patterns or content
  • Clean up duplicate files to save storage space

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

LocalFilesOrganizer-MCP · Install

Installation

Using NPX (Recommended)

Add to your Claude Desktop configuration file:

**macOS**: ~/Library/Application Support/Claude/claude_desktop_config.json **Windows**: %APPDATA%\Claude\claude_desktop_config.json **Linux**: ~/.config/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "local-files": {
      "command": "npx",
      "args": ["-y", "fsorg"]
    }
  }
}

From Source

git clone https://github.com/argtobias/fsorg.git
cd fsorg
pnpm install
pnpm build

Then configure Claude Desktop to use the built server:

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