MCP Catalogs
Home

mcp-documentation-server vs mcp-server-chart

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

mcp-documentation-server
by andrea9293
mcp-server-chart
by antvis
Stars★ 313★ 4,068
30d uses10,239
Score5284
Official
Categories
File SystemSearchAI / LLM Tools
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last commit3 mo agothis month

mcp-documentation-server · Summary

A TypeScript MCP server for local document management with semantic search using Orama vector database and optional Gemini AI integration.

mcp-server-chart · Summary

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

mcp-documentation-server · Use cases

  • Managing and searching technical documentation and API references
  • Creating a knowledge base for internal company documentation
  • Personal document organization with semantic search capabilities

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

Installation

  1. Configure your MCP client (e.g., Claude Desktop, VS Code):
{
  "mcpServers": {
    "documentation": {
      "command": "npx",
      "args": [
        "-y",
        "@andrea9293/mcp-documentation-server"
      ],
      "env": {
        "MCP_BASE_DIR": "/path/to/workspace",
        "GEMINI_API_KEY": "your-api-key-here",
        "MCP_EMBEDDING_MODEL": "Xenova/all-MiniLM-L6-v2",
        "START_WEB_UI": "true",
        "WEB_PORT": "3080"
      }
    }
  }
}
  1. Install the package:
npm install -g @andrea9293/mcp-documentation-server

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.