mcp-server-chart vs home-memory
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | home-memory by impactjo | |
|---|---|---|
| Stars | ★ 4,068 | ★ 75 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityAI / LLM ToolsKnowledge Graph |
| Language | TypeScript | C# |
| 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.
home-memory · Summary
Home Memory is an MCP server that provides structured, persistent knowledge about your home through natural language interactions.
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
home-memory · Use cases
- Document home appliances and devices through natural language descriptions
- Track home maintenance and inspection schedules for vehicles and equipment
- Plan renovations by documenting existing elements and planned changes
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"]
}
}
}home-memory · Install
Installation
Windows (Recommended)
- Download the latest release ZIP from [GitHub Releases](../../releases)
- Extract to a folder, e.g.
C:\HomeMemory\ - Connect to your AI client:
**Claude Desktop:**
{
"mcpServers": {
"home-memory": {
"command": "C:\\HomeMemory\\HomeMemoryMCP.exe"
}
}
}**Codex App:**
- Click File > Settings > MCP servers
- Click + Add server
- Name:
home-memory - Command:
C:\HomeMemory\HomeMemoryMCP.exe
Build from Source
Requires .NET 10 SDK and Firebird 3.0:
git clone https://github.com/impactjo/home-memory.git
cd home-memory
dotnet publish HomeMemoryMCP -c Release