mcp-server-chart vs remind
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | remind by sandst1 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 78 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsKnowledge GraphDeveloper Tools |
| Language | TypeScript | Python |
| 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.
remind · Summary
Remind is an AI agent memory layer that extracts and maintains generalized concepts rather than verbatim text.
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
remind · Use cases
- Project memory management for development teams using AI coding assistants
- Research assistance by consolidating and recalling information across multiple sessions
- Personal knowledge management for AI-powered workflows
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"]
}
}
}remind · Install
# Install the package
pip install remind-mcp
# Start the MCP server
remind-mcp --port 8765Configure Claude Desktop:
{
"mcpServers": {
"remind": {
"url": "http://127.0.0.1:8765/sse?db=my-project"
}
}
}Optionally, install with additional features:
pip install "remind-mcp[postgres]" # For PostgreSQL support
pip install "remind-mcp[rerank]" # For cross-encoder reranking