MCP Catalogs
Home

mcp-server-chart vs Glama-MCP-Server-Search

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

mcp-server-chart
by antvis
Glama-MCP-Server-Search
by kongyo2
Stars★ 4,068★ 2
30d uses10,239
Score8432
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
SearchDeveloper ToolsAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis month9 mo ago

mcp-server-chart · Summary

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

Glama-MCP-Server-Search · Summary

An MCP server for searching and exploring MCP servers from the Glama directory.

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

Glama-MCP-Server-Search · Use cases

  • Help developers discover relevant MCP servers for their projects
  • Integrate server search functionality into AI applications
  • Monitor and analyze trends in MCP server development
  • Create automated workflows that interact with MCP directory data

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

Glama-MCP-Server-Search · Install

npm install @kongyo2/glama-mcp-server-search

Start the server:

npm run start

For development mode:

npm run dev

For Claude Desktop, add this to your config.json:

{
  "mcpServers": {
    "glama-search": {
      "command": "node",
      "args": ["dist/index.js"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.